[Rt-commit] r15985 - rtir/branches/2.3-TESTING/inc/Module/Install

ruz at bestpractical.com ruz at bestpractical.com
Mon Sep 15 15:45:30 EDT 2008


Author: ruz
Date: Mon Sep 15 15:45:30 2008
New Revision: 15985

Modified:
   rtir/branches/2.3-TESTING/inc/Module/Install/RTx.pm

Log:
* update M::I::RTx

Modified: rtir/branches/2.3-TESTING/inc/Module/Install/RTx.pm
==============================================================================
--- rtir/branches/2.3-TESTING/inc/Module/Install/RTx.pm	(original)
+++ rtir/branches/2.3-TESTING/inc/Module/Install/RTx.pm	Mon Sep 15 15:45:30 2008
@@ -81,6 +81,8 @@
     # directories
     my %path;
     if ( $RT::LocalPluginPath ) {
+        die "Because of bugs in RT 3.8.0 this extension can not be installed.\n"
+            ."Upgrade to RT 3.8.1 or newer.\n" if $RT::VERSION =~ /^3\.8\.0/;
         $path{$_} = $RT::LocalPluginPath . "/$original_name/$_"
             foreach @DIRS;
     } else {
@@ -186,4 +188,4 @@
 
 __END__
 
-#line 282
+#line 302


More information about the Rt-commit mailing list