[Bps-public-commit] rt-extension-admin-conditions-and-actions branch, master, updated. 1.01-4-g25e1041
Shawn Moore
shawn at bestpractical.com
Thu May 11 15:22:12 EDT 2017
The branch, master has been updated
via 25e10411dd2651dfe99d9e10b6e1f1ded5026798 (commit)
via fe31995c797e69ea847f0e0a3f8339fd1c579e60 (commit)
from 9d375dbd7fb1e7da0a09165d4ae5aaced8fb0c4c (commit)
Summary of changes:
Changes | 3 +++
META.yml | 3 ++-
Makefile.PL | 4 +++-
lib/RT/Extension/AdminConditionsAndActions.pm | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit fe31995c797e69ea847f0e0a3f8339fd1c579e60
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Thu May 11 19:21:00 2017 +0000
Cored in 4.4.2, so declare rt_too_new 4.4.2
diff --git a/Changes b/Changes
index 52342ed..a23e841 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for RT-Extension-AdminConditionsAndActions
+1.03 2017-05-11
+ - Add rt_too_new 4.4.2 due to being cored
+
1.02 2016-10-21
- Update documentation
diff --git a/META.yml b/META.yml
index 6c3aecd..e69b220 100644
--- a/META.yml
+++ b/META.yml
@@ -29,3 +29,4 @@ resources:
version: '1.02'
x_module_install_rtx_version: '0.38'
x_requires_rt: 4.0.0
+x_rt_too_new: 4.4.2
diff --git a/Makefile.PL b/Makefile.PL
index e8a4399..a0ced10 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,6 +4,9 @@ RTx 'RT-Extension-AdminConditionsAndActions';
repository('https://github.com/bestpractical/rt-extension-adminconditionsandactions');
+requires_rt '4.0.0';
+rt_too_new '4.4.2';
+
no_index( package => 'RT::ScripCondition', 'RT::ScripAction' );
sign;
commit 25e10411dd2651dfe99d9e10b6e1f1ded5026798
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Thu May 11 19:21:13 2017 +0000
1.03 releng
diff --git a/META.yml b/META.yml
index e69b220..a70eb39 100644
--- a/META.yml
+++ b/META.yml
@@ -26,7 +26,7 @@ requires:
resources:
license: http://opensource.org/licenses/gpl-license.php
repository: https://github.com/bestpractical/rt-extension-adminconditionsandactions
-version: '1.02'
+version: '1.03'
x_module_install_rtx_version: '0.38'
x_requires_rt: 4.0.0
x_rt_too_new: 4.4.2
diff --git a/Makefile.PL b/Makefile.PL
index a0ced10..6f46956 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,5 +9,4 @@ rt_too_new '4.4.2';
no_index( package => 'RT::ScripCondition', 'RT::ScripAction' );
-sign;
WriteAll;
diff --git a/lib/RT/Extension/AdminConditionsAndActions.pm b/lib/RT/Extension/AdminConditionsAndActions.pm
index 0212ae6..05ebbe4 100644
--- a/lib/RT/Extension/AdminConditionsAndActions.pm
+++ b/lib/RT/Extension/AdminConditionsAndActions.pm
@@ -3,7 +3,7 @@ use warnings;
package RT::Extension::AdminConditionsAndActions;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
use RT::ScripCondition;
no warnings 'redefine';
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list