From: Pim van den Berg Date: Wed, 9 May 2012 17:20:18 +0000 (+0200) Subject: build: require IPC::System::Simple for autodie 'system' X-Git-Tag: v1.01~3 X-Git-Url: http://git.shiar.net/perl/file-rewrite.git/commitdiff_plain/0cf12911c9d06a6504a79c67d75ca91eecb91a4d build: require IPC::System::Simple for autodie 'system' --- diff --git a/Build.PL b/Build.PL index c20af5a..e4cea73 100755 --- a/Build.PL +++ b/Build.PL @@ -11,6 +11,7 @@ Module::Build->new( requires => { 'perl' => '5.010', 'autodie' => 0, + 'IPC::System::Simple' => 0, # autodie 'system' }, build_requires => { 'File::Temp' => 0, diff --git a/debian/control b/debian/control index fa9349f..7d7495a 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: libfile-rewrite-perl Section: perl Priority: optional -Depends: perl (>= 5.10.0) +Depends: perl (>= 5.10.0), libipc-system-simple-perl Build-Depends: debhelper (>= 7), perl (>= 5.6) | libmodule-build-perl -Build-Depends-Indep: perl (>= 5.10.0), libtest-nowarnings-perl +Build-Depends-Indep: perl (>= 5.10.0), libipc-system-simple-perl, libtest-nowarnings-perl Maintainer: Mischa POSLAWSKY Standards-Version: 3.8.3 Homepage: http://search.cpan.org/dist/File-Rewrite/