[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.27-3-gf3acf3a
Kevin Falcone
falcone at bestpractical.com
Tue Mar 15 15:36:13 EDT 2011
The branch, master has been updated
via f3acf3a7ec1517d9a40072e6dd282e42510c8f8d (commit)
from f990252b40317d1131221b0b91ca603ecaf6d6fc (commit)
Summary of changes:
Changes | 3 +++
META.yml | 4 ++--
lib/Module/Install/RTx.pm | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit f3acf3a7ec1517d9a40072e6dd282e42510c8f8d
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Mar 15 14:27:43 2011 -0400
Update for 0.28
diff --git a/Changes b/Changes
index 9115a2c..0f9b0fe 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+[Changes for 0.28 2011-03-15]
+* search /opt/rt4 for RT.pm
+
[Changes for 0.27 2010-12-16]
* Include RT's lib/ directory in INC so that requires()
on RT::VERSION work properly
diff --git a/META.yml b/META.yml
index 1c917bd..3d11d12 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.27
+ version: 0.28
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.27
+version: 0.28
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 5aaa731..3fd0c8c 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.27';
+our $VERSION = '0.28';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list