CGI-Upload
view release on metacpan or search on metacpan
use Module::Build;
my $build = Module::Build->new
(
module_name => 'CGI::Upload',
license => 'perl',
dist_author => 'Rob Casey <rob.casey@bluebottle.com>',
dist_abstract => 'CGI class for handling browser file uploads',
create_makefile_pl => 'traditional',
create_readme => 1,
requires => {
'perl' => 5.006,
'CGI' => 2.47,
'File::MMagic' => 1.16,
'HTTP::BrowserDetect' => 0.97,
'Test::More' => 0,
'Carp' => 0,
},
meta_merge => {
resources => {
repository => 'https://github.com/szabgab/CGI-Upload/',
bugtracker => 'https://github.com/szabgab/CGI-Upload/issues'
}
},
);
$build->create_build_script;
( run in 1.577 second using v1.01-cache-2.11-cpan-b16cb0d3907 )