X-Git-Url: http://git.shiar.nl/perl/file-rewrite.git/blobdiff_plain/e8a41818b67429cd15509d604ef39e9ed03a7ef2..0cf12911c9d06a6504a79c67d75ca91eecb91a4d:/Build.PL diff --git a/Build.PL b/Build.PL index e679d6b..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,