[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.26-2-g927a4de
Kevin Falcone
falcone at bestpractical.com
Tue Dec 14 14:53:49 EST 2010
The branch, master has been updated
via 927a4de079720f6f2b169a93d998f35e48a2dd51 (commit)
from 9424258ed9317d1c0e53b480aade086d59541f9a (commit)
Summary of changes:
lib/Module/Install/RTx.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 927a4de079720f6f2b169a93d998f35e48a2dd51
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Dec 14 14:51:21 2010 -0500
Include RT's lib path in INC so EUMM can find RT.pm
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 2b14d76..c5ee2d2 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -59,6 +59,7 @@ sub RTx {
my $local_lib_path = "$RT::LocalPath/lib";
print "Using RT configuration from $INC{'RT.pm'}:\n";
unshift @INC, "$RT::LocalPath/lib" if $RT::LocalPath;
+ unshift @INC, $lib_path;
$RT::LocalVarPath ||= $RT::VarPath;
$RT::LocalPoPath ||= $RT::LocalLexiconPath;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list