[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.36

Alex Vandiver alexmv at bestpractical.com
Tue Sep 2 19:43:28 EDT 2014


The branch, master has been updated
       via  5ccc3b651ec5d02bf127d3fa5bb6c06938d1c4ae (commit)
      from  24e67d803b219381ad70d22d5321517dafcb2150 (commit)

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

- Log -----------------------------------------------------------------
commit 5ccc3b651ec5d02bf127d3fa5bb6c06938d1c4ae
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Sep 2 19:43:04 2014 -0400

    Version 0.36 releng

diff --git a/Changes b/Changes
index 0cfb11b..13fc98b 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
-0.34 2014-07-28
+0.36 2014-09-02
+ - Add deprecated_rt and no_readme_generation flags to RTx()
+ - Alter the right structures when requires_rt_plugin is called twice
+
+0.35 2014-07-28
  - No changes since 0.34_05
 
 0.34_05 2014-07-14
diff --git a/META.yml b/META.yml
index 3a31417..a81d767 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.35_01
+    version: '0.36'
   Module::Install::RTx::Runtime:
     file: lib/Module/Install/RTx/Runtime.pm
 requires:
@@ -29,4 +29,4 @@ requires:
   perl: 5.8.0
 resources:
   license: http://opensource.org/licenses/mit-license.php
-version: 0.35_01
+version: '0.36'
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 800b4da..d6cf4b3 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.35_01';
+our $VERSION = '0.36';
 
 use FindBin;
 use File::Glob     ();

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


More information about the Bps-public-commit mailing list