[Rt-commit] rtfm branch, 2.4.3-releng, updated. 2.4.3rc1-2-g3d74e7e
Kevin Falcone
falcone at bestpractical.com
Thu Dec 30 12:01:23 EST 2010
The branch, 2.4.3-releng has been updated
via 3d74e7e09294dc31127101361b09cbd57e26ef93 (commit)
via 5cc84ea7cf01fc4ad45f2958cee8c2f283954dc0 (commit)
from 37fba97c8c40814ab4b06a858384f6e197da4c5a (commit)
Summary of changes:
META.yml | 2 +-
inc/Module/Install/RTx.pm | 5 +++--
lib/RT/FM.pm | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 5cc84ea7cf01fc4ad45f2958cee8c2f283954dc0
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Dec 30 10:28:45 2010 -0500
upgrade M::I::RTx
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index b780a6c..873e823 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -8,7 +8,7 @@ no warnings 'once';
use Module::Install::Base;
use base 'Module::Install::Base';
-our $VERSION = '0.25';
+our $VERSION = '0.26';
use FindBin;
use File::Glob ();
@@ -60,6 +60,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;
@@ -189,4 +190,4 @@ sub RTxInit {
__END__
-#line 303
+#line 304
commit 3d74e7e09294dc31127101361b09cbd57e26ef93
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Dec 30 10:28:51 2010 -0500
Bump version for 2.4.3
diff --git a/META.yml b/META.yml
index 6677c52..ac8ac7e 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 2.4.3rc1
+version: 2.4.3
diff --git a/lib/RT/FM.pm b/lib/RT/FM.pm
index 9d37a88..4e42d20 100644
--- a/lib/RT/FM.pm
+++ b/lib/RT/FM.pm
@@ -51,7 +51,7 @@ use 5.008003;
use strict;
use warnings;
-our $VERSION = '2.4.3rc1';
+our $VERSION = '2.4.3';
# Create a system object for RTFM
use RT::FM::System;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list