diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-03-14 21:59:58 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-27 19:48:02 +0200 |
commit | 2ae80dad9e49f7a72fdbc6f9395a7944e71445b5 (patch) | |
tree | 40c1d47d4d8c3e6666da6010a358e7aff13ac4da /Makefile.PL | |
parent | bd5016bbb6b769d844139e82d4840a61c5f247ec (diff) | |
download | perl-URPM-2ae80dad9e49f7a72fdbc6f9395a7944e71445b5.tar perl-URPM-2ae80dad9e49f7a72fdbc6f9395a7944e71445b5.tar.gz perl-URPM-2ae80dad9e49f7a72fdbc6f9395a7944e71445b5.tar.bz2 perl-URPM-2ae80dad9e49f7a72fdbc6f9395a7944e71445b5.tar.xz perl-URPM-2ae80dad9e49f7a72fdbc6f9395a7944e71445b5.zip |
cpan testers: do not test on perl < 5.8
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 3ffe216..4a48fa9 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,6 +59,7 @@ WriteMakefile( }, release_status => 'stable' }, + MIN_PERL_VERSION => '5.008001', CCFLAGS => $ccflags, VERSION_FROM => 'URPM.pm', LIBS => [ $ldflags ], |