[Bps-public-commit] RT-Extension-CommandByMail branch, master, updated. 0.09-7-g01022ee

Kevin Falcone falcone at bestpractical.com
Wed Aug 3 16:55:31 EDT 2011


The branch, master has been updated
       via  01022eefb45092691a46dc706d18c3bc5be6d64e (commit)
       via  06832390501223503808013d655aabd6ea62055c (commit)
      from  324497c64218b9db55adac28240bf4b90d7a2002 (commit)

Summary of changes:
 Changes                           |    5 +++++
 MANIFEST                          |   18 +++++++++---------
 META.yml                          |    2 +-
 lib/RT/Extension/CommandByMail.pm |    2 +-
 4 files changed, 16 insertions(+), 11 deletions(-)

- Log -----------------------------------------------------------------
commit 06832390501223503808013d655aabd6ea62055c
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Aug 3 16:52:05 2011 -0400

    Document changes

diff --git a/Changes b/Changes
index 55da9e1..d0ed6e8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for RT-Extension-CommandByMail
 
+0.10
+* test fixes for 4.0
+* skip on unloaded current user
+* make it harder to accidentally run tests that will hurt your production database
+
 0.09
 * fixup because signature was wrong for 0.08
 
diff --git a/MANIFEST b/MANIFEST
index 2feec77..77232a7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,7 @@
 Changes
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
+inc/Module/Install/AuthorTests.pm
 inc/Module/Install/AutoInstall.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
@@ -25,12 +26,11 @@ patch/command_by_email-0.1-RT-3.4.5.patch
 patch/command_by_email-0.1-RT-3.6.0.patch
 patch/errors_in_reply_to-RT-3.6.1.patch
 README
-SIGNATURE
-t/00.load.t
-t/01.internals.t
-t/02.create.t
-t/03.update.t
-t/04.send.t
-t/pod-coverage.t
-t/pod.t
-t/utils.pl
+xt/00.load.t
+xt/01.internals.t
+xt/02.create.t
+xt/03.update.t
+xt/04.send.t
+xt/pod-coverage.t
+xt/pod.t
+xt/utils.pl

commit 01022eefb45092691a46dc706d18c3bc5be6d64e
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Aug 3 16:50:14 2011 -0400

    Bump version for 0.10

diff --git a/META.yml b/META.yml
index 0002892..823124f 100644
--- a/META.yml
+++ b/META.yml
@@ -25,4 +25,4 @@ requires:
   UNIVERSAL::require: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.09
+version: 0.10
diff --git a/lib/RT/Extension/CommandByMail.pm b/lib/RT/Extension/CommandByMail.pm
index 497a690..46a108e 100644
--- a/lib/RT/Extension/CommandByMail.pm
+++ b/lib/RT/Extension/CommandByMail.pm
@@ -1,6 +1,6 @@
 package RT::Extension::CommandByMail;
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 1;
 __END__

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



More information about the Bps-public-commit mailing list