[Rt-commit] rtir branch, master, updated. 4.0.1rc1-87-g537796c8

Jim Brandt jbrandt at bestpractical.com
Mon Dec 3 11:27:01 EST 2018


The branch, master has been updated
       via  537796c88c816a08950d003324c57f898f692311 (commit)
      from  f557f80e052b3299438eb9c767c7ffa05ef874e0 (commit)

Summary of changes:
 Makefile.PL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 537796c88c816a08950d003324c57f898f692311
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Nov 29 11:58:08 2018 -0500

    Bump RT dependency for the next version of RTIR
    
    Mostly needed to allow us to configure the CI server
    with the master RT branch for testing with master
    RTIR branches.

diff --git a/Makefile.PL b/Makefile.PL
index 8e8d2714..ea0a3645 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,8 +7,8 @@ author('Best Practical Solutions <sales at bestpractical.com>');
 all_from('lib/RT/IR.pm');
 
 # update README and docs/UPGRADING
-requires_rt('4.4.1');
-rt_too_new('4.6.0',"\nThis version of RTIR is only compatible with RT 4.4.x and you are using RT %s\n");
+requires_rt('4.6.0');
+rt_too_new('4.8.0',"\nThis version of RTIR is only compatible with RT 4.6.x and you are using RT %s\n");
 
 # XXX: This should be reported by M::I::RTx
 my ($lib_path) = $INC{'RT.pm'} =~ /^(.*)[\\\/]/;

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


More information about the rt-commit mailing list