X-Git-Url: http://git.shiar.net/perl/file-rewrite.git/blobdiff_plain/e8a41818b67429cd15509d604ef39e9ed03a7ef2..19a85098373c6e0244ae6e98ef8e42668b1f464c:/Build.PL diff --git a/Build.PL b/Build.PL index e679d6b..f5bae6b 100755 --- a/Build.PL +++ b/Build.PL @@ -9,18 +9,22 @@ 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, 'Test::NoWarnings' => 0, }, + configure_requires => { + 'Module::Build' => 0.38, + }, meta_merge => { resources => { repository => 'git://git.shiar.nl/file-rewrite', }, }, - create_makefile_pl => 'passthrough', + create_makefile_pl => 'small', )->create_build_script;