summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-02-26 16:05:39 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-02-26 16:05:39 +0100
commit6f70920f2d2bb038a371e3cb3debff44f7001fa8 (patch)
tree7deae676cde99def8074a78c207cd2809fc22118 /Makefile.PL
parentc664718ef5e857144479859546d998f1465b830b (diff)
downloadbugzilla-6f70920f2d2bb038a371e3cb3debff44f7001fa8.tar.gz
bugzilla-6f70920f2d2bb038a371e3cb3debff44f7001fa8.tar.xz
Bug 1250043 - Updated docker config to use new method if installing dependencies (Makefile.PL)
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ccd78f880..9157b2358 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -236,7 +236,12 @@ WriteMakefile(
MIN_PERL_VERSION => '5.10.1',
CONFIGURE_REQUIRES => { 'ExtUtils::MakeMaker' => '6.55' },
PREREQ_PM => \%requires,
- TEST_REQUIRES => { 'Test::More' => 0, 'Pod::Coverage' => 0, 'Test::Perl::Critic' => 0, },
+ TEST_REQUIRES => {
+ 'Test::More' => 0,
+ 'Pod::Checker' => 0,
+ 'Pod::Coverage' => 0,
+ 'Test::Perl::Critic' => 0
+ },
META_MERGE => {
"meta-spec" => { url => "http://search.cpan.org/perldoc?CPAN::Meta::Spec", version => "2" },
dynamic_config => 1,