[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.34_05
Alex Vandiver
alexmv at bestpractical.com
Mon Jul 14 12:09:05 EDT 2014
The branch, master has been updated
via 91ae9b2bb9925ec14ee5d725c687c6d7dd80610d (commit)
from 85dd93e894aced3bdbf29f8ae74c8e7f96dac0b8 (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 4 ++--
lib/Module/Install/RTx.pm | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 91ae9b2bb9925ec14ee5d725c687c6d7dd80610d
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jul 14 12:08:32 2014 -0400
Version 0.34_05 releng
diff --git a/Changes b/Changes
index 5358e5b..45030e4 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+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
+
0.34_04 2014-06-26
- Automatically generate a README
diff --git a/META.yml b/META.yml
index 95db5ff..9f69e0c 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_04
+ version: 0.34_05
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_04
+version: 0.34_05
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 8922526..07cc16d 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_04';
+our $VERSION = '0.34_05';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list