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