don't check for perl version, mm too old

svn path=/trunk/; revision=19313
This commit is contained in:
e-user 2011-01-17 20:24:06 +00:00
parent fdfc183c90
commit aabb255196

View File

@ -12,7 +12,8 @@ use warnings;
my %att = (
NAME => 'FSFE Website', # Shut up MM warning only
MIN_PERL_VERSION => 5.008,
# The version of MakeMaker is sadly too old for MIN_PERL_VERSION
# MIN_PERL_VERSION => 5.008,
PREREQ_FATAL => 1,
PREREQ_PM => {
'Exporter' => 0,