Skip to content

Commit

Permalink
Merge tag 'release-0.99' into develop
Browse files Browse the repository at this point in the history
release 0.99
  • Loading branch information
gugod committed Sep 7, 2024
2 parents 173ed1c + 510ec5a commit 8076949
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NEXT
- Thanks to our contributors: Joelle Maslak
0.99
- Released at 2024-09-07T16:30:28+0900
- Thanks to our contributors: Graham Knop, Joelle Maslak, Luke Closs, jonasbn
- bashrc executes properly in bash shells with +h option set
- Allow specification of non-standard Perl location
- make-pp now requires the input to be specified with `-i` or `--input`.
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"App::perlbrew" : {
"file" : "lib/App/perlbrew.pm",
"version" : "0.98"
"version" : "0.99"
}
},
"release_status" : "stable",
Expand All @@ -83,7 +83,7 @@
"web" : "https://github.com/gugod/App-perlbrew"
}
},
"version" : "0.98",
"version" : "0.99",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_spdx_expression" : "MIT",
"x_static_install" : "1"
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ provides:
file: lib/App/Perlbrew/Util.pm
App::perlbrew:
file: lib/App/perlbrew.pm
version: '0.98'
version: '0.99'
requires:
CPAN::Perl::Releases: '5.20240609'
Capture::Tiny: '0.48'
Expand All @@ -46,7 +46,7 @@ requires:
resources:
bugtracker: https://github.com/gugod/App-perlbrew/issues
repository: https://github.com/gugod/App-perlbrew.git
version: '0.98'
version: '0.99'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_spdx_expression: MIT
x_static_install: '1'
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::perlbrew;
use strict;
use warnings;
use 5.008;
our $VERSION = "0.98";
our $VERSION = "0.99";
use Config qw( %Config );

BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion perlbrew
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ $fatpacked{"App/perlbrew.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'AP
use strict;
use warnings;
use 5.008;
our $VERSION = "0.98";
our $VERSION = "0.99";
use Config qw( %Config );
BEGIN {
Expand Down

0 comments on commit 8076949

Please sign in to comment.