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

Alex Vandiver alexmv at bestpractical.com
Wed Dec 24 14:51:57 EST 2014


The branch, master has been updated
       via  28f09587349d107872dfd98ffeb317591f60a9a6 (commit)
      from  951e68b2cbe68706fa71d3c5eac4297143787e5f (commit)

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

- Log -----------------------------------------------------------------
commit 28f09587349d107872dfd98ffeb317591f60a9a6
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Dec 24 14:51:28 2014 -0500

    Version 0.37 releng

diff --git a/Changes b/Changes
index 13fc98b..af6ff84 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.37 2014-12-24
+ - Add the Module::Install::ReadmeFromPod dependency
+
 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
diff --git a/META.yml b/META.yml
index a57b33e..9255034 100644
--- a/META.yml
+++ b/META.yml
@@ -8,7 +8,7 @@ configure_requires:
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.12'
+generated_by: 'Module::Install version 1.14'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,7 +21,7 @@ no_index:
 provides:
   Module::Install::RTx:
     file: lib/Module/Install/RTx.pm
-    version: '0.36'
+    version: '0.37'
   Module::Install::RTx::Runtime:
     file: lib/Module/Install/RTx/Runtime.pm
 requires:
@@ -30,4 +30,4 @@ requires:
   perl: 5.8.0
 resources:
   license: http://opensource.org/licenses/mit-license.php
-version: '0.36'
+version: '0.37'
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index d6cf4b3..c25cd76 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.36';
+our $VERSION = '0.37';
 
 use FindBin;
 use File::Glob     ();

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


More information about the Bps-public-commit mailing list