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

@ -47,6 +47,9 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
# Maintenance releases (recommended)
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')