[Bps-public-commit] Module-Install-RTx branch master updated. 0.42-2-ge84c3a4
BPS Git Server
git at git.bestpractical.com
Thu Feb 10 08:31:25 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Module-Install-RTx".
The branch, master has been updated
via e84c3a4bedf2fdb49a1bad669e6493ce3880d651 (commit)
from ab493f208a52e9e6cd666b5a8cb61f944e8ededb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e84c3a4bedf2fdb49a1bad669e6493ce3880d651
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Feb 10 06:51:17 2022 +0800
Prep 0.43
diff --git a/Changes b/Changes
index f182b8b..86b5000 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.43 2022-02-09
+ - Fix "require" remove_files for perl 5.26+
+
0.42 2020-07-15
- Make rt_too_new warn instead to not block installation
- Notify user if the extension is already cored
diff --git a/META.yml b/META.yml
index a78f959..a365327 100644
--- a/META.yml
+++ b/META.yml
@@ -21,7 +21,7 @@ no_index:
provides:
Module::Install::RTx:
file: lib/Module/Install/RTx.pm
- version: '0.42'
+ version: '0.43'
Module::Install::RTx::Remove:
file: lib/Module/Install/RTx/Remove.pm
Module::Install::RTx::Runtime:
@@ -32,4 +32,4 @@ requires:
perl: 5.8.0
resources:
license: http://opensource.org/licenses/mit-license.php
-version: '0.42'
+version: '0.43'
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 39af2a8..dcc0b29 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -8,7 +8,7 @@ no warnings 'once';
use Term::ANSIColor qw(:constants);
use Module::Install::Base;
use base 'Module::Install::Base';
-our $VERSION = '0.42';
+our $VERSION = '0.43';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
Summary of changes:
Changes | 3 +++
META.yml | 4 ++--
lib/Module/Install/RTx.pm | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Module-Install-RTx
More information about the Bps-public-commit
mailing list