[Bps-public-commit] RT-Extension-ListAllEmailRecipients branch, master, updated. 29b82c1b56b672626462490e7a4216dbed0059b0
Shawn Moore
shawn at bestpractical.com
Fri Mar 10 13:59:28 EST 2017
The branch, master has been updated
via 29b82c1b56b672626462490e7a4216dbed0059b0 (commit)
from a4dd4734e3a3ec418c34e090b1e6c00e3b54a5e6 (commit)
Summary of changes:
META.yml | 2 +-
Makefile.PL | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 29b82c1b56b672626462490e7a4216dbed0059b0
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Fri Mar 10 18:59:21 2017 +0000
This implementation is for 4.4+
diff --git a/META.yml b/META.yml
index d42b534..04a3dbb 100644
--- a/META.yml
+++ b/META.yml
@@ -25,4 +25,4 @@ resources:
license: http://opensource.org/licenses/gpl-license.php
version: '0.03'
x_module_install_rtx_version: '0.38'
-x_requires_rt: 4.2.0
+x_requires_rt: 4.4.0
diff --git a/Makefile.PL b/Makefile.PL
index 3146ddb..6f3e110 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@ use inc::Module::Install;
RTx 'RT-Extension-ListAllEmailRecipients';
license 'gplv2';
-requires_rt '4.2.0';
+requires_rt '4.4.0';
my ($lp) = ($INC{'RT.pm'} =~ /^(.*)[\\\/]/);
my $lib_path = join( ' ', "$RT::LocalPath/lib", $lp );
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list