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

BUILD_REQUIRES added to Makefile.PL

parent e9a17f87
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,12 @@ use ExtUtils::MakeMaker; ...@@ -4,6 +4,12 @@ use ExtUtils::MakeMaker;
WriteMakefile( WriteMakefile(
NAME => 'Redminer', NAME => 'Redminer',
VERSION_FROM => 'lib/Redminer.pm', VERSION_FROM => 'lib/Redminer.pm',
BUILD_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
'Test::More' => 0,
'Test::Pod' => '1.00',
'Test::Pod::Coverage' => 0,
},
PREREQ_PM => { PREREQ_PM => {
'URI' => 0, 'URI' => 0,
'URI::QueryParam' => 0, 'URI::QueryParam' => 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment