[Bps-public-commit] RT-Extension-CommandByMail branch, master, updated. 0.14-2-g3952465
Alex Vandiver
alexmv at bestpractical.com
Thu Oct 3 14:53:19 EDT 2013
The branch, master has been updated
via 3952465984698dc519342a409275b4319c562b65 (commit)
via 03f65e0c2db903145cf7af9152d4fa857b39af8a (commit)
from 1158b2a6fe579981f503cc84bfc594fb8e89f419 (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 4 +++-
Makefile.PL | 2 ++
lib/RT/Extension/CommandByMail.pm | 2 +-
4 files changed, 10 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 03f65e0c2db903145cf7af9152d4fa857b39af8a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Oct 3 14:51:54 2013 -0400
Don't index the test package
diff --git a/Makefile.PL b/Makefile.PL
index 942c4e7..7fa6fcd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,5 +28,7 @@ substitute(
qw(lib/RT/Extension/CommandByMail/Test.pm),
);
+no_index package => 'RT::Extension::CommandByMail::Test';
+
sign;
WriteAll();
commit 3952465984698dc519342a409275b4319c562b65
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Oct 3 14:53:05 2013 -0400
Releng 0.15
diff --git a/Changes b/Changes
index a07436b..e863c2d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for RT-Extension-CommandByMail
+0.15 Thu Oct 3 14:49:17 EDT 2013
+* no_index for RT::Extension::CommandByMail::test
+* No code changes since 0.14
+
0.14 Thu Oct 3 14:16:17 EDT 2013
* RT 4.2 compatibility
* Drop support for RT 3.6
diff --git a/META.yml b/META.yml
index 5df829c..0bc2ac5 100644
--- a/META.yml
+++ b/META.yml
@@ -21,10 +21,12 @@ no_index:
directory:
- inc
- t
+ package:
+ - RT::Extension::CommandByMail::Test
requires:
MIME::Entity: 5.420
UNIVERSAL::require: 0
perl: 5.8.3
resources:
license: http://dev.perl.org/licenses/
-version: 0.14
+version: 0.15
diff --git a/lib/RT/Extension/CommandByMail.pm b/lib/RT/Extension/CommandByMail.pm
index b89b097..c3dcd66 100644
--- a/lib/RT/Extension/CommandByMail.pm
+++ b/lib/RT/Extension/CommandByMail.pm
@@ -1,7 +1,7 @@
use 5.008003;
package RT::Extension::CommandByMail;
-our $VERSION = '0.14';
+our $VERSION = '0.15';
1;
__END__
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list