[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.41-7-g7f19f58
? sunnavy
sunnavy at bestpractical.com
Wed Jul 15 13:30:54 EDT 2020
The branch, master has been updated
via 7f19f585c1537499a1a2bd0cf2994a336619131c (commit)
from 9612f790f78bcb3a79b618dfa92f87bc2448ecaf (commit)
Summary of changes:
Changes | 5 +++++
META.yml | 4 ++--
lib/Module/Install/RTx.pm | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 7f19f585c1537499a1a2bd0cf2994a336619131c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jul 16 01:27:12 2020 +0800
Prep 0.42
diff --git a/Changes b/Changes
index ca7ed8a..f182b8b 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.42 2020-07-15
+ - Make rt_too_new warn instead to not block installation
+ - Notify user if the extension is already cored
+ - Stand out warnings/errors by using red color
+
0.41 2020-04-16
- Search /opt/rt5 for RT.pm
diff --git a/META.yml b/META.yml
index 8a0a85a..a78f959 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.41'
+ version: '0.42'
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.41'
+version: '0.42'
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index b107fbe..e43d5f3 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.41';
+our $VERSION = '0.42';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list