Skip to content

Commit

Permalink
1.7038
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 23, 2015
1 parent f90ceed commit ad98eb2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -101,7 +101,7 @@
"web" : "https://github.com/miyagawa/cpanminus"
}
},
"version" : "1.7037",
"version" : "1.7038",
"x_contributors" : [
"Alessandro Ghedini <al3xbio@gmail.com>",
"Andrew Rodland <andrew@cleverdomain.org>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => 0
},
"VERSION" => "1.7037",
"VERSION" => "1.7038",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion cpanm
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion lib/App/cpanminus.pm
@@ -1,5 +1,5 @@
package App::cpanminus;
our $VERSION = "1.7037";
our $VERSION = "1.7038";

=encoding utf8
Expand Down

0 comments on commit ad98eb2

Please sign in to comment.