Skip to content

Commit

Permalink
0.993
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed May 13, 2020
1 parent 713ffb6 commit 316a38c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for App-cpm

{{$NEXT}}

0.993 2020-05-13 19:35:28 JST
- Now cpm exits successfully for empty list via pipe (abraxxa #165)

0.992 2020-05-09 01:28:57 JST
- Fatpack ExtUtils-PL2Bat (atoomic #173)

Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"provides" : {
"App::cpm" : {
"file" : "lib/App/cpm.pm",
"version" : "0.992"
"version" : "0.993"
},
"App::cpm::CLI" : {
"file" : "lib/App/cpm/CLI.pm"
Expand Down Expand Up @@ -166,7 +166,7 @@
"web" : "https://github.com/skaji/cpm"
}
},
"version" : "0.992",
"version" : "0.993",
"x_contributors" : [
"Andrew Rodland <andrew@cleverdomain.org>",
"Dave Rolsky <autarch@urth.org>",
Expand Down
8 changes: 4 additions & 4 deletions cpm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/App/cpm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::cpm;
use strict;
use warnings;

our $VERSION = '0.992';
our $VERSION = '0.993';
our ($GIT_DESCRIBE, $GIT_URL);

1;
Expand Down

0 comments on commit 316a38c

Please sign in to comment.