Skip to content

Commit

Permalink
1.6922
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 19, 2013
1 parent 6e53f45 commit ce10320
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ See http://github.com/miyagawa/cpanminus/ for the latest development.

{{$NEXT}}

1.6922 2013-06-19 13:55:54 PDT
[Improvements]
- No changes in the code, packaging update so the fatpacked executable on cpanm has
the right version. #274

1.6921 2013-06-18 03:18:55 PDT
[Bug Fixes]
- Fixes install with Module::Build < 0.35, i.e. vanilla perl 5.10.1
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"web" : "https://github.com/miyagawa/cpanminus"
}
},
"version" : "1.6921",
"version" : "1.6922",
"x_contributors" : [
"Alessandro Ghedini <[email protected]>",
"Andrew Rodland <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => 0
},
"VERSION" => "1.6921",
"VERSION" => "1.6922",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion cpanm
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BEGIN {
my %fatpacked;

$fatpacked{"App/cpanminus.pm"} = <<'APP_CPANMINUS';
package App::cpanminus;our$VERSION="1.6920";1;
package App::cpanminus;our$VERSION="1.6922";1;
APP_CPANMINUS

$fatpacked{"App/cpanminus/Dependency.pm"} = <<'APP_CPANMINUS_DEPENDENCY';
Expand Down
2 changes: 1 addition & 1 deletion lib/App/cpanminus.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package App::cpanminus;
our $VERSION = "1.6921";
our $VERSION = "1.6922";

=encoding utf8
Expand Down

0 comments on commit ce10320

Please sign in to comment.