Skip to content

Commit

Permalink
Merge tag 'release-0.98' into develop
Browse files Browse the repository at this point in the history
release 0.98

- Remove the support of cperl from `available` and `install` command. Github PR: #777. cperl can still be installed by specifying the tarball, just not by their short names.
- new command: make-shim
- new command: make-pp.
  • Loading branch information
gugod committed Aug 11, 2023
2 parents e832f54 + c5fc6d2 commit 17e77ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"runtime" : {
"requires" : {
"CPAN::Perl::Releases" : "5.20230423",
"CPAN::Perl::Releases" : "5.20230720",
"Capture::Tiny" : "0.48",
"Devel::PatchPerl" : "2.08",
"ExtUtils::MakeMaker" : "7.22",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"App::perlbrew" : {
"file" : "lib/App/perlbrew.pm",
"version" : "0.97"
"version" : "0.98"
}
},
"release_status" : "stable",
Expand All @@ -88,8 +88,8 @@
"web" : "https://github.com/gugod/App-perlbrew"
}
},
"version" : "0.97",
"x_serialization_backend" : "JSON::PP version 4.07",
"version" : "0.98",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_spdx_expression" : "MIT",
"x_static_install" : "1"
}
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ provides:
file: lib/App/Perlbrew/Util.pm
App::perlbrew:
file: lib/App/perlbrew.pm
version: '0.97'
version: '0.98'
requires:
CPAN::Perl::Releases: '5.20230423'
CPAN::Perl::Releases: '5.20230720'
Capture::Tiny: '0.48'
Devel::PatchPerl: '2.08'
ExtUtils::MakeMaker: '7.22'
Expand All @@ -51,7 +51,7 @@ requires:
resources:
bugtracker: https://github.com/gugod/App-perlbrew/issues
repository: https://github.com/gugod/App-perlbrew.git
version: '0.97'
version: '0.98'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_spdx_expression: MIT
x_static_install: '1'

0 comments on commit 17e77ec

Please sign in to comment.