[Jifty-commit] jifty-plugin-emailerrors branch, master, updated. 7e70b66ae2b2bc027b135fc64ad159690686ba75

Jifty commits jifty-commit at lists.jifty.org
Mon Dec 13 22:15:52 EST 2010


The branch, master has been updated
       via  7e70b66ae2b2bc027b135fc64ad159690686ba75 (commit)
       via  53cc3d88c6d4aef6c0ad9768509a9b83bb08db93 (commit)
      from  b15b3ea87f4d0b8175e901f7e906cc86eccd2c09 (commit)

Summary of changes:
 Changes                         |    5 +++++
 lib/Jifty/Plugin/EmailErrors.pm |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
 create mode 100644 Changes

- Log -----------------------------------------------------------------
commit 53cc3d88c6d4aef6c0ad9768509a9b83bb08db93
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Dec 13 22:14:58 2010 -0500

    Changes

diff --git a/Changes b/Changes
new file mode 100644
index 0000000..e9ab9e0
--- /dev/null
+++ b/Changes
@@ -0,0 +1,5 @@
+Revision history for Perl module Jifty::Plugin::EmailErrors
+
+0.02  2010-12-13
+    - fix test regex to support 5.8.x
+    - distribution fixes

commit 7e70b66ae2b2bc027b135fc64ad159690686ba75
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Dec 13 22:15:22 2010 -0500

    Bump to 0.02

diff --git a/lib/Jifty/Plugin/EmailErrors.pm b/lib/Jifty/Plugin/EmailErrors.pm
index 598e57b..f62216d 100644
--- a/lib/Jifty/Plugin/EmailErrors.pm
+++ b/lib/Jifty/Plugin/EmailErrors.pm
@@ -5,7 +5,7 @@ use warnings;
 package Jifty::Plugin::EmailErrors;
 use base qw/Jifty::Plugin/;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 =head1 NAME
 

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


More information about the Jifty-commit mailing list