[Rt-commit] [rtir] 01/02: upgrade Module::Install::RTx
Kevin Falcone
falcone at bestpractical.com
Fri Oct 3 18:05:59 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.0-trunk
in repository rtir.
commit 7af7b8bd81da9b96f125807ded137da47308fdf0
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Oct 2 16:39:08 2014 -0400
upgrade Module::Install::RTx
---
META.yml | 2 +-
inc/Module/Install/RTx.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/META.yml b/META.yml
index 02dfc8d..5ac9b98 100644
--- a/META.yml
+++ b/META.yml
@@ -33,6 +33,6 @@ requires:
resources:
license: http://opensource.org/licenses/gpl-license.php
version: 3.0.HEAD
-x_module_install_rtx_version: 0.35_01
+x_module_install_rtx_version: '0.36'
x_requires_rt: 4.0.14
x_rt_too_new: 4.2.0
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index 02e645b..1b55bfa 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -8,7 +8,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 ();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list