[Bps-public-commit] r15979 - Module-Install-RTx/lib/Module/Install

ruz at bestpractical.com ruz at bestpractical.com
Mon Sep 15 15:29:03 EDT 2008


Author: ruz
Date: Mon Sep 15 15:28:57 2008
New Revision: 15979

Modified:
   Module-Install-RTx/lib/Module/Install/RTx.pm

Log:
* die when target is RT 3.8.0

Modified: Module-Install-RTx/lib/Module/Install/RTx.pm
==============================================================================
--- Module-Install-RTx/lib/Module/Install/RTx.pm	(original)
+++ Module-Install-RTx/lib/Module/Install/RTx.pm	Mon Sep 15 15:28:57 2008
@@ -80,6 +80,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 {



More information about the Bps-public-commit mailing list