[Rt-commit] r6909 - rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin

ruz at bestpractical.com ruz at bestpractical.com
Fri Feb 2 20:31:40 EST 2007


Author: ruz
Date: Fri Feb  2 20:31:40 2007
New Revision: 6909

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin/rt-test-dependencies.in

Log:
* report perl version as 'perldoc perlvar' suggests

Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin/rt-test-dependencies.in	Fri Feb  2 20:31:40 2007
@@ -486,7 +486,7 @@
     print_found("5.8.3", 0,"RT is known to be non-functional on versions of perl older than 5.8.3. Please upgrade to 5.8.3 or newer.");
     exit(1);
   } else {
-    print_found( ">=5.8.3($])", 1);
+    print_found( sprintf(">=5.8.3(%vd)", $^V), 1 );
   }
 }
 


More information about the Rt-commit mailing list