don't check for perl version, mm too old
svn path=/trunk/; revision=19313
This commit is contained in:
parent
fdfc183c90
commit
aabb255196
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user