[Bps-public-commit] RT-Extension-MandatoryOnTransition branch, master, updated. 0.05-2-g59b2b37

Alex Vandiver alexmv at bestpractical.com
Thu Feb 6 15:21:00 EST 2014


The branch, master has been updated
       via  59b2b376de93a1d63abd09a1fcef8317c5dc5a07 (commit)
       via  d5b65f04a8d6ebc5a8eb2db64e2367ca63dd61e5 (commit)
      from  1e4fd5948208e7fac6d6784d4e2041e765ac83c6 (commit)

Summary of changes:
 Changes                                   | 4 ++++
 META.yml                                  | 4 +++-
 Makefile.PL                               | 1 +
 lib/RT/Extension/MandatoryOnTransition.pm | 2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit d5b65f04a8d6ebc5a8eb2db64e2367ca63dd61e5
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Feb 6 15:20:07 2014 -0500

    Don't index the ::Test package

diff --git a/META.yml b/META.yml
index fe4fc39..3f61591 100644
--- a/META.yml
+++ b/META.yml
@@ -19,6 +19,8 @@ no_index:
     - html
     - inc
     - xt
+  package:
+    - RT::Extension::MandatoryOnTransition::Test
 resources:
   license: http://opensource.org/licenses/gpl-license.php
 version: 0.05
diff --git a/Makefile.PL b/Makefile.PL
index c948449..865594b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,6 +3,7 @@ use inc::Module::Install;
 RTx 'RT-Extension-MandatoryOnTransition';
 all_from 'lib/RT/Extension/MandatoryOnTransition.pm';
 readme_from 'lib/RT/Extension/MandatoryOnTransition.pm';
+no_index package => "RT::Extension::MandatoryOnTransition::Test";
 license  'gplv2';
 
 requires_rt('4.0.0');

commit 59b2b376de93a1d63abd09a1fcef8317c5dc5a07
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Feb 6 15:20:22 2014 -0500

    Version 0.06 releng

diff --git a/Changes b/Changes
index 4703c74..fe7f3aa 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.06 2014-02-06
+
+ - Packaging updates (don't index ::Test)
+
 0.05 2014-02-06
 
  - Fix a bug, where if no Cfs were listed, then all were treated as
diff --git a/META.yml b/META.yml
index 3f61591..1c938a1 100644
--- a/META.yml
+++ b/META.yml
@@ -23,4 +23,4 @@ no_index:
     - RT::Extension::MandatoryOnTransition::Test
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.05
+version: 0.06
diff --git a/lib/RT/Extension/MandatoryOnTransition.pm b/lib/RT/Extension/MandatoryOnTransition.pm
index 900b564..637403d 100644
--- a/lib/RT/Extension/MandatoryOnTransition.pm
+++ b/lib/RT/Extension/MandatoryOnTransition.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::MandatoryOnTransition;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list