diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-28 09:53:09 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-28 09:53:09 +0200 |
commit | 8b3d145a7f29ea6a4c04c881e12c069214819f67 (patch) | |
tree | 2976936490492c4af0ea89b3fed46d3d32dbba6c /RPM4/Makefile.PL | |
parent | 979812dd69d14d9d79989811c8a62b9eb3973b34 (diff) | |
download | perl-RPM4-8b3d145a7f29ea6a4c04c881e12c069214819f67.tar perl-RPM4-8b3d145a7f29ea6a4c04c881e12c069214819f67.tar.gz perl-RPM4-8b3d145a7f29ea6a4c04c881e12c069214819f67.tar.bz2 perl-RPM4-8b3d145a7f29ea6a4c04c881e12c069214819f67.tar.xz perl-RPM4-8b3d145a7f29ea6a4c04c881e12c069214819f67.zip |
we need at least perl => 5.8
Diffstat (limited to 'RPM4/Makefile.PL')
-rw-r--r-- | RPM4/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index a4a7a3b..a742930 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -37,6 +37,7 @@ WriteMakefile( 'meta-spec' => { version => 2 }, release_status => 'stable' }, + MIN_PERL_VERSION => '5.008001', PREREQ_PM => { Carp => 0, 'Digest::SHA1' => 0, |