From e3ac6bc5a39624483ba6a8a18d88207632691e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Mon, 29 Nov 2021 12:30:33 +0100 Subject: [PATCH] Version 23 --- LICENSE | 2 +- META.json | 45 ++++++++++++++++++++++++++++----------------- Makefile.PL | 2 +- lib/App/Rakubrew.pm | 2 +- 4 files changed, 31 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index 2c75ec3..90b199c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is Copyright (c) 2020 by Patrick Böker. +This software is Copyright (c) 2021 by Patrick Böker. This is free software, licensed under: diff --git a/META.json b/META.json index cd6debd..979af21 100644 --- a/META.json +++ b/META.json @@ -66,71 +66,82 @@ "provides" : { "App::Rakubrew" : { "file" : "lib/App/Rakubrew.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Build" : { "file" : "lib/App/Rakubrew/Build.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Config" : { "file" : "lib/App/Rakubrew/Config.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Download" : { "file" : "lib/App/Rakubrew/Download.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Shell" : { "file" : "lib/App/Rakubrew/Shell.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Shell::Bash" : { "file" : "lib/App/Rakubrew/Shell/Bash.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Shell::Cmd" : { "file" : "lib/App/Rakubrew/Shell/Cmd.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Shell::Fish" : { "file" : "lib/App/Rakubrew/Shell/Fish.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Shell::PowerShell" : { "file" : "lib/App/Rakubrew/Shell/PowerShell.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Shell::Sh" : { "file" : "lib/App/Rakubrew/Shell/Sh.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Shell::Tcsh" : { "file" : "lib/App/Rakubrew/Shell/Tcsh.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Shell::Zsh" : { "file" : "lib/App/Rakubrew/Shell/Zsh.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Tools" : { "file" : "lib/App/Rakubrew/Tools.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Update" : { "file" : "lib/App/Rakubrew/Update.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::Variables" : { "file" : "lib/App/Rakubrew/Variables.pm", - "version" : "22" + "version" : "23" }, "App::Rakubrew::VersionHandling" : { "file" : "lib/App/Rakubrew/VersionHandling.pm", - "version" : "22" + "version" : "23" } }, "release_status" : "stable", - "version" : "22", + "resources" : { + "bugtracker" : { + "web" : "https://github.com/Raku/App-Rakubrew/issues" + }, + "homepage" : "https://rakubrew.org/", + "repository" : { + "type" : "git", + "url" : "https://github.com/Raku/App-Rakubrew.git", + "web" : "https://github.com/Raku/App-Rakubrew" + } + }, + "version" : "23", "x_generated_by_perl" : "v5.30.0", "x_serialization_backend" : "Cpanel::JSON::XS version 4.19", "x_spdx_expression" : "MIT" diff --git a/Makefile.PL b/Makefile.PL index b5502c4..fc3225f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -35,7 +35,7 @@ my %WriteMakefileArgs = ( "Test::Compile" => "2.3.1", "Test::More" => 0 }, - "VERSION" => 22, + "VERSION" => 23, "test" => { "TESTS" => "t/*.t" } diff --git a/lib/App/Rakubrew.pm b/lib/App/Rakubrew.pm index 1d3375c..50a3aa3 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 = '22'; +our $VERSION = '23'; use Encode::Locale qw(env); if (-t) {