X-Git-Url: http://git.shiar.net/perl/file-rewrite.git/blobdiff_plain/95dfe50f34f7a41b5660288e9160717c59c38c86..dde1da40ee010b77f9fad43bb9a1cf23c6325f0d:/Build.PL diff --git a/Build.PL b/Build.PL index 44c1b62..c20af5a 100755 --- a/Build.PL +++ b/Build.PL @@ -9,7 +9,7 @@ Module::Build->new( dynamic_config => 0, license => 'perl', requires => { - 'perl' => '5.006', # probably, only 5.8+ tested + 'perl' => '5.010', 'autodie' => 0, }, build_requires => { @@ -21,5 +21,6 @@ Module::Build->new( repository => 'git://git.shiar.nl/file-rewrite', }, }, + create_makefile_pl => 'passthrough', )->create_build_script;