From c14d87ed230849a577e1929934f359c9e724f3d4 Mon Sep 17 00:00:00 2001 From: Kang-min Liu Date: Sat, 16 Aug 2014 15:54:11 +0200 Subject: [PATCH] always catchup with latest CPAN::Perl::Releases. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 17b9c912..577f1098 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ all_from 'lib/App/perlbrew.pm'; repository 'git://github.com/gugod/App-perlbrew.git'; requires - 'CPAN::Perl::Releases' => '1.74', + 'CPAN::Perl::Releases' => '1.78', 'Capture::Tiny' => '0.24', 'Devel::PatchPerl' => '1.24', 'Pod::Parser' => '1.62',