From ad98eb2333bf0e7d69f87e05365ed59298d1ee64 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Mon, 22 Jun 2015 18:04:49 -0700 Subject: [PATCH] 1.7038 --- Changes | 4 ++++ META.json | 2 +- Makefile.PL | 2 +- cpanm | 2 +- lib/App/cpanminus.pm | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index e8c49d7f0..4635a4817 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ See http://github.com/miyagawa/cpanminus/ for the latest development. {{$NEXT}} +1.7038 2015-06-22 18:04:44 PDT + [Releng] + - bump minimum perl requirement to 5.8.1 in META files + 1.7037 2015-06-18 14:37:32 PDT [Improvements] - Bump CPAN-Meta-Check to 0.012 #465 diff --git a/META.json b/META.json index 39ce6c913..5243e4c38 100644 --- a/META.json +++ b/META.json @@ -101,7 +101,7 @@ "web" : "https://github.com/miyagawa/cpanminus" } }, - "version" : "1.7037", + "version" : "1.7038", "x_contributors" : [ "Alessandro Ghedini ", "Andrew Rodland ", diff --git a/Makefile.PL b/Makefile.PL index a4229d71f..781ea8828 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,7 +38,7 @@ my %WriteMakefileArgs = ( "TEST_REQUIRES" => { "Test::More" => 0 }, - "VERSION" => "1.7037", + "VERSION" => "1.7038", "test" => { "TESTS" => "t/*.t" } diff --git a/cpanm b/cpanm index 503ebe05b..cd2754f91 100755 --- a/cpanm +++ b/cpanm @@ -21,7 +21,7 @@ BEGIN { my %fatpacked; $fatpacked{"App/cpanminus.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'APP_CPANMINUS'; - package App::cpanminus;our$VERSION="1.7037";1; + package App::cpanminus;our$VERSION="1.7038";1; APP_CPANMINUS $fatpacked{"App/cpanminus/Dependency.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'APP_CPANMINUS_DEPENDENCY'; diff --git a/lib/App/cpanminus.pm b/lib/App/cpanminus.pm index 09669eafc..05b6fd3d2 100644 --- a/lib/App/cpanminus.pm +++ b/lib/App/cpanminus.pm @@ -1,5 +1,5 @@ package App::cpanminus; -our $VERSION = "1.7037"; +our $VERSION = "1.7038"; =encoding utf8