[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.26-3-gaef1184
Kevin Falcone
falcone at bestpractical.com
Thu Dec 16 11:02:04 EST 2010
The branch, master has been updated
via aef11840bc2c991fffc81214d1c4760993eea790 (commit)
from 927a4de079720f6f2b169a93d998f35e48a2dd51 (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 4 ++--
lib/Module/Install/RTx.pm | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit aef11840bc2c991fffc81214d1c4760993eea790
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Dec 16 10:43:58 2010 -0500
Bump version for 0.27
diff --git a/Changes b/Changes
index 2d05d5d..9115a2c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+[Changes for 0.27 2010-12-16]
+* Include RT's lib/ directory in INC so that requires()
+ on RT::VERSION work properly
+
[Changes for 0.26 2010-12-14]
* Search RTHOME before searching @INC
diff --git a/META.yml b/META.yml
index 5ac90ef..1c917bd 100644
--- a/META.yml
+++ b/META.yml
@@ -20,7 +20,7 @@ no_index:
provides:
Module::Install::RTx:
file: lib/Module/Install/RTx.pm
- version: 0.26
+ version: 0.27
Module::Install::RTx::Factory:
file: lib/Module/Install/RTx/Factory.pm
requires:
@@ -28,4 +28,4 @@ requires:
perl: 5.8.0
resources:
license: http://opensource.org/licenses/mit-license.php
-version: 0.26
+version: 0.27
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index c5ee2d2..566179e 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -7,7 +7,7 @@ no warnings 'once';
use Module::Install::Base;
use base 'Module::Install::Base';
-our $VERSION = '0.26';
+our $VERSION = '0.27';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list