[Bps-public-commit] r9255 - in RT-OnlineDocs/trunk: . inc/Module/Install

falcone at bestpractical.com falcone at bestpractical.com
Tue Oct 9 15:12:34 EDT 2007


Author: falcone
Date: Tue Oct  9 15:12:33 2007
New Revision: 9255

Modified:
   RT-OnlineDocs/trunk/ChangeLog
   RT-OnlineDocs/trunk/META.yml
   RT-OnlineDocs/trunk/inc/Module/Install/RTx.pm
   RT-OnlineDocs/trunk/lib/RT/OnlineDocs.pm

Log:
* bump version

Modified: RT-OnlineDocs/trunk/ChangeLog
==============================================================================
--- RT-OnlineDocs/trunk/ChangeLog	(original)
+++ RT-OnlineDocs/trunk/ChangeLog	Tue Oct  9 15:12:33 2007
@@ -1,3 +1,7 @@
+0.07 - Tue Oct  9 15:09:10 EDT 2007
+
+	- add a link back to RT 
+
 0.06 - 2007-10-03 15:14:39 +0400
 
     - update list of dependencies

Modified: RT-OnlineDocs/trunk/META.yml
==============================================================================
--- RT-OnlineDocs/trunk/META.yml	(original)
+++ RT-OnlineDocs/trunk/META.yml	Tue Oct  9 15:12:33 2007
@@ -19,4 +19,4 @@
   File::Spec: 0
   File::Temp: 0
   Pod::Simple::HTML: 0
-version: 0.06
+version: 0.07

Modified: RT-OnlineDocs/trunk/inc/Module/Install/RTx.pm
==============================================================================
--- RT-OnlineDocs/trunk/inc/Module/Install/RTx.pm	(original)
+++ RT-OnlineDocs/trunk/inc/Module/Install/RTx.pm	Tue Oct  9 15:12:33 2007
@@ -40,7 +40,7 @@
         until ( eval { require RT; $RT::LocalPath } ) {
             warn "Cannot find the location of RT.pm that defines \$RT::LocalPath in: @INC\n";
             $_ = $self->prompt("Path to your RT.pm:") or exit;
-            push @INC, $_, "$_/rt3/lib", "$_/lib/rt3", "$_/lib";
+            push @INC, $_, "$_/rt3/lib", "$_/lib/rt3";
         }
     }
 

Modified: RT-OnlineDocs/trunk/lib/RT/OnlineDocs.pm
==============================================================================
--- RT-OnlineDocs/trunk/lib/RT/OnlineDocs.pm	(original)
+++ RT-OnlineDocs/trunk/lib/RT/OnlineDocs.pm	Tue Oct  9 15:12:33 2007
@@ -4,6 +4,6 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.06";
+our $VERSION = "0.07";
 
 1;



More information about the Bps-public-commit mailing list