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

Alex Vandiver alexmv at bestpractical.com
Mon Jul 28 15:46:31 EDT 2014


The branch, master has been updated
       via  5177165d5ae7fb383045a6da2d6069778daefb05 (commit)
      from  91ae9b2bb9925ec14ee5d725c687c6d7dd80610d (commit)

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

- Log -----------------------------------------------------------------
commit 5177165d5ae7fb383045a6da2d6069778daefb05
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Jul 28 15:45:49 2014 -0400

    Version 0.35 releng

diff --git a/Changes b/Changes
index 45030e4..0cfb11b 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.34 2014-07-28
+ - No changes since 0.34_05
+
 0.34_05 2014-07-14
  - Apply consistent transformations to RTHOME as we do when prompting
  - Check Debian request-tracker4 install location by default as well
diff --git a/META.yml b/META.yml
index 9f69e0c..5e3c853 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.34_05
+    version: '0.35'
   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.34_05
+version: '0.35'
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 07cc16d..40cdd76 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.34_05';
+our $VERSION = '0.35';
 
 use FindBin;
 use File::Glob     ();

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


More information about the Bps-public-commit mailing list