[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.29-10-ge1a2d0a

Kevin Falcone falcone at bestpractical.com
Thu Aug 16 13:32:40 EDT 2012


The branch, master has been updated
       via  e1a2d0a3c28b5074cfcbca987dbd6fb214e4e830 (commit)
       via  5ca3c88b40fc275399d3d56f68133ef62307e10e (commit)
       via  57fbc56ae012808acd428c20444288cc5704ab58 (commit)
       via  dd2b2632b8fe2f649426561ae6520c7814895c6c (commit)
       via  ee69038e6ebd12a35ad04e0abe27ee3bb8c32db1 (commit)
       via  e1c7b65fd0c387476eefaf56ed293477a238cc54 (commit)
       via  58ae5635ea353abc071ba5860b55fadb0bac9d68 (commit)
       via  4cff6f97c8089c7da9cb300ebfa195728fa20cb3 (commit)
       via  94dc971d77d35513b80340bd6c488bb42445c712 (commit)
      from  41961357d0fc1ea10f917f3b221054dfba78f7a2 (commit)

Summary of changes:
 .gitignore                        |   1 +
 Changes                           |   4 +
 META.yml                          |  11 +-
 lib/Module/Install/RTx.pm         |  20 +-
 lib/Module/Install/RTx/Factory.pm | 449 +-------------------------------------
 5 files changed, 21 insertions(+), 464 deletions(-)

- Log -----------------------------------------------------------------
commit dd2b2632b8fe2f649426561ae6520c7814895c6c
Merge: 4196135 ee69038
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Aug 16 13:19:38 2012 -0400

    Merge branch 'remove-rtxfactory'


commit 57fbc56ae012808acd428c20444288cc5704ab58
Merge: dd2b263 e1c7b65
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Aug 16 13:19:40 2012 -0400

    Merge branch 'upgrade-history'


commit 5ca3c88b40fc275399d3d56f68133ef62307e10e
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Aug 16 13:26:30 2012 -0400

    Ignore local Module::Install files

diff --git a/.gitignore b/.gitignore
index 7240bd7..efd9c6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ inc
 Module-Install-RTx-*
 *.swp
 *.swo
+/MYMETA.*

commit e1a2d0a3c28b5074cfcbca987dbd6fb214e4e830
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Aug 16 13:29:56 2012 -0400

    Bump version for 0.29_01

diff --git a/Changes b/Changes
index 53342c7..87a8b5e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+[Changes for 0.29_01 2012-08-16]
+* Remove support for 'make factory'
+* Add support for a new 4.1 feature that records database changes made by the extension
+
 [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
diff --git a/META.yml b/META.yml
index 698016b..daefdf2 100644
--- a/META.yml
+++ b/META.yml
@@ -3,11 +3,12 @@ abstract: 'RT extension installer'
 author:
   - 'Audrey Tang <cpan at audreyt.org>'
 build_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.59
 configure_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.59
 distribution_type: module
-generated_by: 'Module::Install version 1.01'
+dynamic_config: 1
+generated_by: 'Module::Install version 1.06'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,7 +21,7 @@ no_index:
 provides:
   Module::Install::RTx:
     file: lib/Module/Install/RTx.pm
-    version: 0.29
+    version: 0.29_01
   Module::Install::RTx::Factory:
     file: lib/Module/Install/RTx/Factory.pm
 requires:
@@ -28,4 +29,4 @@ requires:
   perl: 5.8.0
 resources:
   license: http://opensource.org/licenses/mit-license.php
-version: 0.29
+version: 0.29_01
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index dc3b930..9c03c94 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.29';
+our $VERSION = '0.29_01';
 
 use FindBin;
 use File::Glob     ();

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



More information about the Bps-public-commit mailing list