From 6f70920f2d2bb038a371e3cb3debff44f7001fa8 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 26 Feb 2016 15:05:39 +0000 Subject: Bug 1250043 - Updated docker config to use new method if installing dependencies (Makefile.PL) --- Makefile.PL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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, -- cgit v1.2.3-24-g4f1b