Skip to content

Commit

Permalink
Version 35
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr committed Mar 10, 2023
1 parent b9b2b21 commit cc4daf4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -180,3 +180,5 @@
- More detailed error reporting in `download` s unzip on Windows.
- Provide a MacOS on ARM build of Rakubrew.

35
- Remove trash files from CPAN release.
34 changes: 17 additions & 17 deletions META.json
Expand Up @@ -67,67 +67,67 @@
"provides" : {
"App::Rakubrew" : {
"file" : "lib/App/Rakubrew.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Build" : {
"file" : "lib/App/Rakubrew/Build.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Config" : {
"file" : "lib/App/Rakubrew/Config.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Download" : {
"file" : "lib/App/Rakubrew/Download.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Shell" : {
"file" : "lib/App/Rakubrew/Shell.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Shell::Bash" : {
"file" : "lib/App/Rakubrew/Shell/Bash.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Shell::Cmd" : {
"file" : "lib/App/Rakubrew/Shell/Cmd.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Shell::Fish" : {
"file" : "lib/App/Rakubrew/Shell/Fish.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Shell::PowerShell" : {
"file" : "lib/App/Rakubrew/Shell/PowerShell.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Shell::Sh" : {
"file" : "lib/App/Rakubrew/Shell/Sh.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Shell::Tcsh" : {
"file" : "lib/App/Rakubrew/Shell/Tcsh.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Shell::Zsh" : {
"file" : "lib/App/Rakubrew/Shell/Zsh.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Tools" : {
"file" : "lib/App/Rakubrew/Tools.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Update" : {
"file" : "lib/App/Rakubrew/Update.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::Variables" : {
"file" : "lib/App/Rakubrew/Variables.pm",
"version" : "34"
"version" : "35"
},
"App::Rakubrew::VersionHandling" : {
"file" : "lib/App/Rakubrew/VersionHandling.pm",
"version" : "34"
"version" : "35"
}
},
"release_status" : "stable",
Expand All @@ -142,7 +142,7 @@
"web" : "https://github.com/Raku/App-Rakubrew"
}
},
"version" : "34",
"version" : "35",
"x_generated_by_perl" : "v5.34.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
"x_spdx_expression" : "MIT"
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -36,7 +36,7 @@ my %WriteMakefileArgs = (
"Test::Compile" => "2.3.1",
"Test::More" => 0
},
"VERSION" => 34,
"VERSION" => 35,
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Rakubrew.pm
Expand Up @@ -2,7 +2,7 @@ package App::Rakubrew;
use strict;
use warnings;
use 5.010;
our $VERSION = '34';
our $VERSION = '35';

use Encode::Locale qw(env);
if (-t) {
Expand Down

0 comments on commit cc4daf4

Please sign in to comment.