Skip to content
Snippets Groups Projects
Commit 7420154d authored by Anton Soldatov's avatar Anton Soldatov
Browse files

On the way to Dist::Zilla: Makefile.PL deleted

parent d99caac9
Branches
No related tags found
No related merge requests found
use 5.010;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'WebService::Redmine',
VERSION_FROM => 'lib/WebService/Redmine.pm',
BUILD_REQUIRES => {
'Test::More' => 0,
'Test::Pod' => '1.00',
'Test::Pod::Coverage' => 0,
},
PREREQ_PM => {
'URI' => 0,
'URI::QueryParam' => 0,
'LWP::UserAgent' => 0,
'JSON::XS' => 0,
},
($] >= 5.005 ? ( ## Add these new keywords supported since 5.005
ABSTRACT_FROM => 'lib/WebService/Redmine.pm',
AUTHOR => 'Anton Soldatov <igelhaus@gmail.com>')
: ()),
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment