Permalink
Cannot retrieve contributors at this time
Fetching contributors…

# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.020. | |
use strict; | |
use warnings; | |
use Module::Build 0.28; | |
my %module_build_args = ( | |
"build_requires" => { | |
"Module::Build" => "0.28" | |
}, | |
"configure_requires" => { | |
"Module::Build" => "0.28" | |
}, | |
"dist_abstract" => "application for pasting to and reading from sprunge.us", | |
"dist_author" => [ | |
"Mike Doherty <doherty\@cpan.org>" | |
], | |
"dist_name" => "App-Pastebin-sprunge", | |
"dist_version" => "0.012", | |
"license" => "perl", | |
"module_name" => "App::Pastebin::sprunge", | |
"recommends" => {}, | |
"recursive_test_files" => 1, | |
"requires" => { | |
"Getopt::Long" => 0, | |
"Pod::Usage" => 0, | |
"WWW::Pastebin::Sprunge::Create" => "0.010", | |
"WWW::Pastebin::Sprunge::Retrieve" => "0.010", | |
"perl" => "v5.10.1", | |
"strict" => 0, | |
"warnings" => 0 | |
}, | |
"script_files" => [ | |
"bin/sprunge" | |
], | |
"test_requires" => { | |
"File::Spec" => 0, | |
"IO::Handle" => 0, | |
"IO::Socket::INET" => 0, | |
"IPC::Open3" => 0, | |
"Test::Is" => 0, | |
"Test::More" => "0.82", | |
"Test::Output" => 0 | |
} | |
); | |
my %fallback_build_requires = ( | |
"File::Spec" => 0, | |
"IO::Handle" => 0, | |
"IO::Socket::INET" => 0, | |
"IPC::Open3" => 0, | |
"Module::Build" => "0.28", | |
"Test::Is" => 0, | |
"Test::More" => "0.82", | |
"Test::Output" => 0 | |
); | |
unless ( eval { Module::Build->VERSION(0.4004) } ) { | |
delete $module_build_args{test_requires}; | |
$module_build_args{build_requires} = \%fallback_build_requires; | |
} | |
my $build = Module::Build->new(%module_build_args); | |
$build->create_build_script; |