Skip to content

Commit

Permalink
0.997015
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jan 4, 2024
1 parent 3d90a9c commit 1a9b27a
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 58 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.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)

0.997014 2023-08-12 00:07:25 JST
- Now cpm can load initial requirements from META.json/MYMETA.json (#239)

Expand Down
11 changes: 6 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Shoichi Kaji <skaji@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Dist::Zilla version 6.031, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -53,7 +53,7 @@
"provides" : {
"App::cpm" : {
"file" : "lib/App/cpm.pm",
"version" : "0.997014"
"version" : "0.997015"
},
"App::cpm::CLI" : {
"file" : "lib/App/cpm/CLI.pm"
Expand Down Expand Up @@ -149,7 +149,7 @@
"web" : "https://github.com/skaji/cpm"
}
},
"version" : "0.997014",
"version" : "0.997015",
"x_contributors" : [
"Andrew Rodland <andrew@cleverdomain.org>",
"Dave Rolsky <autarch@urth.org>",
Expand All @@ -163,9 +163,10 @@
"Nicolas R <cpan@atoomic.org>",
"Olaf Alders <olaf@wundersolutions.com>",
"Shoichi Kaji <skaji@outlook.com>",
"Will Sheppard <will.sheppard.uk@gmail.com>"
"Will Sheppard <will.sheppard.uk@gmail.com>",
"yoshikazusawa <883514+yoshikazusawa@users.noreply.github.com>"
],
"x_generated_by_perl" : "v5.38.0",
"x_generated_by_perl" : "v5.38.2",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
Expand Down
107 changes: 55 additions & 52 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.997014';
our $VERSION = '0.997015';
our ($GIT_DESCRIBE, $GIT_URL);

1;
Expand Down

0 comments on commit 1a9b27a

Please sign in to comment.