[Bps-public-commit] RT-Extension-RepliesToResolved branch, master, updated. 82fc2bbe71d22c8573da541f70c055612ec87fc1

Kevin Falcone falcone at bestpractical.com
Tue Nov 13 16:31:34 EST 2012


The branch, master has been updated
       via  82fc2bbe71d22c8573da541f70c055612ec87fc1 (commit)
       via  9411df493e7f0e175a0247c32dbc54c714c82f48 (commit)
      from  3cec2987054337862ab27d0fec589729f9e2513f (commit)

Summary of changes:
 META.yml                              | 4 +++-
 Makefile.PL                           | 4 +++-
 lib/RT/Extension/RepliesToResolved.pm | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 9411df493e7f0e175a0247c32dbc54c714c82f48
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Nov 13 15:49:16 2012 -0500

    Tell pause not to index the RT::Interface::Email module

diff --git a/META.yml b/META.yml
index 7d36723..64ce010 100644
--- a/META.yml
+++ b/META.yml
@@ -18,6 +18,8 @@ no_index:
   directory:
     - etc
     - inc
+  package:
+    - RT::Interface::Email
 requires:
   perl: 5.8.3
 resources:
diff --git a/Makefile.PL b/Makefile.PL
index 4c09d43..c949eb3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,4 +2,6 @@ use inc::Module::Install;
 RTx('RT-Extension-RepliesToResolved');
 all_from('lib/RT/Extension/RepliesToResolved.pm');
 readme_from('lib/RT/Extension/RepliesToResolved.pm');
-WriteAll();
\ No newline at end of file
+no_index( package => 'RT::Interface::Email' );
+sign();
+WriteAll();

commit 82fc2bbe71d22c8573da541f70c055612ec87fc1
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Nov 13 16:14:04 2012 -0500

    Bump version to 0.02

diff --git a/META.yml b/META.yml
index 64ce010..cbfb6dc 100644
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ requires:
   perl: 5.8.3
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.01
+version: 0.02
diff --git a/lib/RT/Extension/RepliesToResolved.pm b/lib/RT/Extension/RepliesToResolved.pm
index 05b2212..946d79f 100644
--- a/lib/RT/Extension/RepliesToResolved.pm
+++ b/lib/RT/Extension/RepliesToResolved.pm
@@ -2,7 +2,7 @@ use 5.008003; use strict; use warnings;
 
 package RT::Extension::RepliesToResolved;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 =head1 NAME
 

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



More information about the Bps-public-commit mailing list