[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.28-5-gc81e6fe

Kevin Falcone falcone at bestpractical.com
Fri May 20 15:36:33 EDT 2011


The branch, master has been updated
       via  c81e6fe875ea9a1bc15ce928526fce132a6f4a8e (commit)
      from  03fd8a16da5548d66da6fd4a8f4bc18fd494d990 (commit)

Summary of changes:
 Changes                   |    5 +++++
 META.yml                  |    6 +++---
 lib/Module/Install/RTx.pm |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit c81e6fe875ea9a1bc15ce928526fce132a6f4a8e
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri May 20 15:34:51 2011 -0400

    Bump version to include requires_rt

diff --git a/Changes b/Changes
index 0f9b0fe..53342c7 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+[Changes for 0.29 2011-05-20]
+* add requires_rt to handle requiring an RT version
+  since MakeMaker and Module::Install::AutoInstall can't deal
+  with RT version numbers.
+
 [Changes for 0.28 2011-03-15]
 * search /opt/rt4 for RT.pm
 
diff --git a/META.yml b/META.yml
index 3d11d12..698016b 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 1.00'
+generated_by: 'Module::Install version 1.01'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,7 +20,7 @@ no_index:
 provides:
   Module::Install::RTx:
     file: lib/Module/Install/RTx.pm
-    version: 0.28
+    version: 0.29
   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.28
+version: 0.29
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index ded361e..959175b 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.28';
+our $VERSION = '0.29';
 
 use FindBin;
 use File::Glob     ();

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list