[Bps-public-commit] rt-extension-showtransactionsquelching branch, master, updated. 0.01-1-g4841265

? sunnavy sunnavy at bestpractical.com
Tue Nov 3 07:09:24 EST 2015


The branch, master has been updated
       via  4841265cf02017f9bf558e227b61a4c61968d147 (commit)
      from  34e454332e878a790113423f7c192e3acb433b56 (commit)

Summary of changes:
 META.yml                                      | 2 +-
 Makefile.PL                                   | 2 +-
 README                                        | 2 +-
 lib/RT/Extension/ShowTransactionSquelching.pm | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 4841265cf02017f9bf558e227b61a4c61968d147
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Nov 3 20:09:00 2015 +0800

    bump rt_too_new for 4.6.0 instead
    
    it works for 4.4

diff --git a/META.yml b/META.yml
index cdac098..c070446 100644
--- a/META.yml
+++ b/META.yml
@@ -26,4 +26,4 @@ resources:
 version: '0.01'
 x_module_install_rtx_version: 0.34_04
 x_requires_rt: 4.2.0
-x_rt_too_new: 4.4.0
+x_rt_too_new: 4.6.0
diff --git a/Makefile.PL b/Makefile.PL
index 602cf21..49ad44f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ license 'gplv2';
 repository 'https://github.com/bestpractical/rt-extension-showtransactionsquelching';
 
 requires_rt '4.2.0';
-rt_too_new '4.4.0';
+rt_too_new '4.6.0';
 
 sign;
 WriteAll;
diff --git a/README b/README
index ebe1670..43c433e 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ DESCRIPTION
     extension adds that information.
 
 RT VERSION
-    Works with RT 4.2.
+    Works with RT 4.2 and greater versions.
 
 INSTALLATION
     perl Makefile.PL
diff --git a/lib/RT/Extension/ShowTransactionSquelching.pm b/lib/RT/Extension/ShowTransactionSquelching.pm
index ea268c7..73ed57e 100644
--- a/lib/RT/Extension/ShowTransactionSquelching.pm
+++ b/lib/RT/Extension/ShowTransactionSquelching.pm
@@ -17,7 +17,7 @@ extension adds that information.
 
 =head1 RT VERSION
 
-Works with RT 4.2.
+Works with RT 4.2 and greater versions.
 
 =head1 INSTALLATION
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list