/usr/local/CPAN/IPC-Filter/Build.PL
{ use 5.006; }
use warnings;
use strict;
use Module::Build;
Module::Build->new(
module_name => "IPC::Filter",
license => "perl",
configure_requires => {
"Module::Build" => 0,
"perl" => "5.006",
"strict" => 0,
"warnings" => 0,
},
build_requires => {
"Module::Build" => "0.2808",
"Test::More" => 0,
"perl" => "5.006",
"strict" => 0,
"warnings" => 0,
},
requires => {
"Errno" => "1.00",
"Exporter" => 0,
"IO::Handle" => "1.12",
"IO::Poll" => "0.01",
"IPC::Open3" => "1.01",
"IPC::Signal" => "1.00",
"POSIX" => 0,
"Symbol" => 0,
"parent" => 0,
"perl" => "5.006",
"strict" => 0,
"warnings" => 0,
},
dynamic_config => 0,
meta_add => { distribution_type => "module" },
create_makefile_pl => "passthrough",
sign => 1,
)->create_build_script;
1;