From cc4daf41701255096e6daf07a7f99276bb112e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Fri, 10 Mar 2023 13:01:50 +0100 Subject: [PATCH] Version 35 --- Changes | 2 ++ META.json | 34 +++++++++++++++++----------------- Makefile.PL | 2 +- lib/App/Rakubrew.pm | 2 +- 4 files changed, 21 insertions(+), 19 deletions(-) diff --git a/Changes b/Changes index 31fe1cd..e69459c 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/META.json b/META.json index c78aa5c..26888e0 100644 --- a/META.json +++ b/META.json @@ -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", @@ -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" diff --git a/Makefile.PL b/Makefile.PL index 0fab4f8..9b858fa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,7 +36,7 @@ my %WriteMakefileArgs = ( "Test::Compile" => "2.3.1", "Test::More" => 0 }, - "VERSION" => 34, + "VERSION" => 35, "test" => { "TESTS" => "t/*.t" } diff --git a/lib/App/Rakubrew.pm b/lib/App/Rakubrew.pm index 765a5b8..e844718 100644 --- a/lib/App/Rakubrew.pm +++ b/lib/App/Rakubrew.pm @@ -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) {