[Rt-commit] r15307 - rtir/branches/2.3-TESTING

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 20 14:04:46 EDT 2008


Author: ruz
Date: Wed Aug 20 14:04:46 2008
New Revision: 15307

Modified:
   rtir/branches/2.3-TESTING/Makefile.PL

Log:
* adjust required RT version

Modified: rtir/branches/2.3-TESTING/Makefile.PL
==============================================================================
--- rtir/branches/2.3-TESTING/Makefile.PL	(original)
+++ rtir/branches/2.3-TESTING/Makefile.PL	Wed Aug 20 14:04:46 2008
@@ -7,8 +7,8 @@
 
 { # check RT version
     my @v = split /\./, "$RT::VERSION";
-    unless ($v[0]>=3 && $v[1]>=7) {
-        die "RTIR 2.x needs RT 3.7.0 at least, you have $RT::VERSION";
+    unless ($v[0]>=3 && $v[1]>=8 && ($v[2]>=1 || $v[2]eq'HEAD')) {
+        die "RTIR 2.4 and newer needs RT 3.8.1 at least, you have $RT::VERSION";
     }
 }
 


More information about the Rt-commit mailing list