Skip to content

Commit

Permalink
1.7017
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Nov 25, 2014
1 parent 6ac72af commit b05becc
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 20 deletions.
5 changes: 5 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,11 @@ See http://github.com/miyagawa/cpanminus/ for the latest development.

{{$NEXT}}

1.7017 2014-11-25 14:00:40 PST
[Improvements]
- Bump fatpacked CPAN::Meta and HTTP::Tiny
- Added documentation for -M and --from in man page

1.7016 2014-11-16 11:46:32 PST
[New Features]
- Added -M and --from to set --mirror and --mirror-only at the same time while
Expand Down
6 changes: 3 additions & 3 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"- Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.025, Dist::Milla version v1.0.8, CPAN::Meta::Converter version 2.142690",
"generated_by" : "Dist::Zilla version 5.025, Dist::Milla version v1.0.9, CPAN::Meta::Converter version 2.143240",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -50,7 +50,7 @@
"CPAN::Meta::YAML" : "0",
"Capture::Tiny" : "0",
"Digest::SHA" : "0",
"Dist::Milla" : "v1.0.8",
"Dist::Milla" : "v1.0.9",
"Exporter" : "5.63",
"File::Temp" : "0",
"File::pushd" : "0",
Expand Down Expand Up @@ -104,7 +104,7 @@
"web" : "https://github.com/miyagawa/cpanminus"
}
},
"version" : "1.7016",
"version" : "1.7017",
"x_contributors" : [
"Alessandro Ghedini <al3xbio@gmail.com>",
"Andrew Rodland <andrew@cleverdomain.org>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -45,7 +45,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => 0
},
"VERSION" => "1.7016",
"VERSION" => "1.7017",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
47 changes: 32 additions & 15 deletions cpanm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/App/cpanminus.pm
@@ -1,5 +1,5 @@
package App::cpanminus;
our $VERSION = "1.7016";
our $VERSION = "1.7017";

=encoding utf8
Expand Down

0 comments on commit b05becc

Please sign in to comment.