[Bps-public-commit] rtx-ticketlisttransactions branch, master, updated. 1.00-1-g7937129

? sunnavy sunnavy at bestpractical.com
Tue Nov 3 07:31:42 EST 2015


The branch, master has been updated
       via  79371290bed4a47bbf887aaf620d4b6b071673c5 (commit)
      from  ee46035a206521457754e4814f18bddb547a9432 (commit)

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

- Log -----------------------------------------------------------------
commit 79371290bed4a47bbf887aaf620d4b6b071673c5
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Nov 3 20:31:24 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 a8b8993..4d2b9b8 100644
--- a/META.yml
+++ b/META.yml
@@ -26,4 +26,4 @@ resources:
 version: '1.00'
 x_module_install_rtx_version: 0.34_04
 x_requires_rt: 4.0.0
-x_rt_too_new: 4.4.0
+x_rt_too_new: 4.6.0
diff --git a/Makefile.PL b/Makefile.PL
index 99e4e04..afebeb1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ RTx 'RTx-TicketlistTransactions';
 repository 'https://github.com/bestpractical/rtx-ticketlisttransactions';
 
 requires_rt '4.0.0';
-rt_too_new '4.4.0';
+rt_too_new '4.6.0';
 
 sign;
 WriteAll;
diff --git a/README b/README
index 3e76637..c151345 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     display column
 
 RT VERSION
-    Works with RT 4.0 and 4.2
+    Works with RT 4
 
 INSTALLATION
     perl Makefile.PL
diff --git a/lib/RTx/TicketlistTransactions.pm b/lib/RTx/TicketlistTransactions.pm
index 8f4925a..ed499a6 100644
--- a/lib/RTx/TicketlistTransactions.pm
+++ b/lib/RTx/TicketlistTransactions.pm
@@ -8,7 +8,7 @@ RTx::TicketlistTransactions - Adds LastTransactionContent as a search display co
 
 =head1 RT VERSION
 
-Works with RT 4.0 and 4.2
+Works with RT 4
 
 =head1 INSTALLATION
 

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


More information about the Bps-public-commit mailing list