build: require IPC::System::Simple for autodie 'system'
[perl/file-rewrite.git] / Build.PL
index 44c1b6268e24be710d86a09cb81582082a3c5d06..e4cea733439a8fc5e57fd291ecd1850e2cc12622 100755 (executable)
--- 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;