Skip to content

Commit

Permalink
0.997016
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Apr 28, 2024
1 parent 1c91bfd commit 4108ad2
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 54 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for App-cpm

{{$NEXT}}

0.997016 2024-04-29 04:19:28 JST
- Add workaround for fork(2) on macOS (#246, #247)
- Add document abount --prebuilt behaviour (telenieko #244)

0.997015 2024-01-05 00:21:17 JST
- Now cpm tries to load initial requirements from Build.PL/Makefile.PL (#243)
- Fix typos (yoshikazusawa #242)
Expand Down
5 changes: 3 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"provides" : {
"App::cpm" : {
"file" : "lib/App/cpm.pm",
"version" : "0.997015"
"version" : "0.997016"
},
"App::cpm::CLI" : {
"file" : "lib/App/cpm/CLI.pm"
Expand Down Expand Up @@ -149,13 +149,14 @@
"web" : "https://github.com/skaji/cpm"
}
},
"version" : "0.997015",
"version" : "0.997016",
"x_contributors" : [
"Andrew Rodland <andrew@cleverdomain.org>",
"Dave Rolsky <autarch@urth.org>",
"Felix Ostmann <felix.ostmann@gmail.com>",
"FUJI Goro <goro@fastly.com>",
"Kenichi Ishigaki <ishigaki@cpan.org>",
"Marc Fargas <telenieko@telenieko.com>",
"Maxim Tarasov <mu@magi.net.ru>",
"Michiel Beijen <mb@x14.nl>",
"Mikhail Ivanov <m.ivanych@gmail.com>",
Expand Down
107 changes: 56 additions & 51 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.997015';
our $VERSION = '0.997016';
our ($GIT_DESCRIBE, $GIT_URL);

1;
Expand Down

0 comments on commit 4108ad2

Please sign in to comment.