Hey, I was using that! :) (#3660)

Turns out that we really want 5.22.2 for backward compatibility.
This commit is contained in:
George Hartzell 2017-04-02 18:32:20 -07:00 committed by Adam J. Stewart
parent c0cfaacbc8
commit cddb7524b7

View File

@ -48,6 +48,9 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
version('5.24.1', '765ef511b5b87a164e2531403ee16b3c', preferred=True)
version('5.22.3', 'aa4f236dc2fc6f88b871436b8d0fda95')
# Misc releases that people need
version('5.22.2', '5767e2a10dd62a46d7b57f74a90d952b')
# End of life releases
version('5.20.3', 'd647d0ea5a7a8194c34759ab9f2610cd')
version('5.18.4', '1f9334ff730adc05acd3dd7130d295db')