[Bps-public-commit] r11172 - in Module-Install-RTx: .

ruz at bestpractical.com ruz at bestpractical.com
Mon Mar 24 21:06:56 EDT 2008


Author: ruz
Date: Mon Mar 24 21:06:56 2008
New Revision: 11172

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

Log:
* bump version

Modified: Module-Install-RTx/Changes
==============================================================================
--- Module-Install-RTx/Changes	(original)
+++ Module-Install-RTx/Changes	Mon Mar 24 21:06:56 2008
@@ -1,3 +1,8 @@
+[Changes for 0.22 2008-03-25]
+
+* Add local lib path to the @INC when we call any script that may
+  load RT config.
+
 [Changes for 0.21 2007-12-07]
 
 * LICENSING CHANGE: This compilation and all individual files in it

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 Mar 24 21:06:56 2008
@@ -7,7 +7,7 @@
 
 use Module::Install::Base;
 use base 'Module::Install::Base';
-our $VERSION = '0.21';
+our $VERSION = '0.22';
 
 use FindBin;
 use File::Glob     ();



More information about the Bps-public-commit mailing list