[Bps-public-commit] RT-Extension-QuickCalls branch, master, updated. 1.01-1-gac51fe8

? sunnavy sunnavy at bestpractical.com
Tue Nov 3 07:21:51 EST 2015


The branch, master has been updated
       via  ac51fe8c300f2bede208d212edc7e223902a9463 (commit)
      from  8c41d3a8e2a02b0721caf8064c0f022ecba275f9 (commit)

Summary of changes:
 META.yml    | 2 +-
 Makefile.PL | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit ac51fe8c300f2bede208d212edc7e223902a9463
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Nov 3 20:21:25 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 8bdb278..b9d28ea 100644
--- a/META.yml
+++ b/META.yml
@@ -27,4 +27,4 @@ resources:
 version: '1.01'
 x_module_install_rtx_version: '0.36'
 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 08a8eaa..03d279a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx 'RT-Extension-QuickCalls';
 
 requires_rt '4.0.0';
-rt_too_new '4.4.0';
+rt_too_new '4.6.0';
 
 test_requires('Test::More');
 

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


More information about the Bps-public-commit mailing list