[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.29_02-1-g844fdc1

Kevin Falcone falcone at bestpractical.com
Tue Nov 6 20:07:59 EST 2012


The branch, master has been updated
       via  844fdc15d4a07e04b314c53589a2f5a3cc2b5615 (commit)
      from  0fcc9c9eab5a0217a914cd6f64827f6d9e8ed574 (commit)

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

- Log -----------------------------------------------------------------
commit 844fdc15d4a07e04b314c53589a2f5a3cc2b5615
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Nov 6 20:05:31 2012 -0500

    Prep for 0.30

diff --git a/Changes b/Changes
index 04e96f4..4ef1e17 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+[Changes for 0.30 2012-11-06]
+* remove a lot of old unused code
+* add support for a 4.1 feature that records database changes made by the extension
+
 [Changes for 0.29_02 2012-08-16]
 * further removal of make factory, this time 'make dropdb'
 
diff --git a/META.yml b/META.yml
index 2e21935..24a1b0a 100644
--- a/META.yml
+++ b/META.yml
@@ -21,7 +21,7 @@ no_index:
 provides:
   Module::Install::RTx:
     file: lib/Module/Install/RTx.pm
-    version: 0.29_02
+    version: 0.30
   Module::Install::RTx::Factory:
     file: lib/Module/Install/RTx/Factory.pm
 requires:
@@ -29,4 +29,4 @@ requires:
   perl: 5.8.0
 resources:
   license: http://opensource.org/licenses/mit-license.php
-version: 0.29_02
+version: 0.30
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index d0b4a2f..56a1be1 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_02';
+our $VERSION = '0.30';
 
 use FindBin;
 use File::Glob     ();

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



More information about the Bps-public-commit mailing list