[Bps-public-commit] Module-Install-RTx branch, rt4, created. 0.26-2-gca20035

Kevin Falcone falcone at bestpractical.com
Tue Dec 14 12:39:27 EST 2010


The branch, rt4 has been created
        at  ca20035770fb2db93018160afcc89979eebc5856 (commit)

- Log -----------------------------------------------------------------
commit ca20035770fb2db93018160afcc89979eebc5856
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Dec 14 12:39:07 2010 -0500

    Quick change to find rt4 paths, may want to be more clever before we release

diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 2b14d76..fc4cb4f 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -43,8 +43,8 @@ sub RTx {
         local @INC = (
             $ENV{RTHOME} ? ( $ENV{RTHOME}, "$ENV{RTHOME}/lib" ) : (),
             @INC,
-            map { ( "$_/rt3/lib", "$_/lib/rt3", "$_/lib" ) } grep $_,
-            @prefixes
+            map { ( "$_/rt4/lib", "$_/lib/rt4", "$_/rt3/lib", "$_/lib/rt3", "$_/lib" ) 
+                } grep $_, @prefixes
         );
         until ( eval { require RT; $RT::LocalPath } ) {
             warn

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



More information about the Bps-public-commit mailing list