rev 1806 - in trunk/Email-Store: . lib/Email

[prev] [thread] [next] [lurker] [Date index for 2005/02/03]

From: simon
Subject: rev 1806 - in trunk/Email-Store: . lib/Email
Date: 16:22 on 03 Feb 2005
Author: simon
Date: 2005-02-03 16:21:59 +0000 (Thu, 03 Feb 2005)
New Revision: 1806

Modified:
   trunk/Email-Store/Changes
   trunk/Email-Store/Makefile.PL
   trunk/Email-Store/lib/Email/Store.pm
Log:
Various changes for release


Modified: trunk/Email-Store/Changes
===================================================================
--- trunk/Email-Store/Changes	2005-02-03 15:29:36 UTC (rev 1805)
+++ trunk/Email-Store/Changes	2005-02-03 16:21:59 UTC (rev 1806)
@@ -1,5 +1,12 @@
 Revision history for Perl extension Email::Store.
 
+0.23 Thu Feb  3 16:20:11 GMT 2005
+    - gah. fix fuckwittedness
+
+0.22 Thu Feb  3 16:11:14 GMT 2005
+    - various fixes to make it work under boxen which are not my own.
+      many many thanks to Richard Clamp and Scott McWhirter.
+  
 0.21 Thu Jan 27 16:33:32 GMT 2005
     - fixed a permission problem on PAUSE
 

Modified: trunk/Email-Store/Makefile.PL
===================================================================
--- trunk/Email-Store/Makefile.PL	2005-02-03 15:29:36 UTC (rev 1805)
+++ trunk/Email-Store/Makefile.PL	2005-02-03 16:21:59 UTC (rev 1806)
@@ -14,7 +14,7 @@
         Email::Simple => 1.92,
         File::Slurp => 0,
         Mail::ListDetector => 0.31,
-        Module::Pluggable => 1.4,
+        Module::Pluggable => 2.6,
         Module::Pluggable::Ordered => 1.0,
         SQL::Translator => 0,
         Time::Piece => 0,

Modified: trunk/Email-Store/lib/Email/Store.pm
===================================================================
--- trunk/Email-Store/lib/Email/Store.pm	2005-02-03 15:29:36 UTC (rev 1805)
+++ trunk/Email-Store/lib/Email/Store.pm	2005-02-03 16:21:59 UTC (rev 1806)
@@ -6,7 +6,7 @@
 use UNIVERSAL::require;
 use vars qw(%only $VERSION);
 
-$VERSION = '0.21';
+$VERSION = '0.23';
 
 sub import { 
     shift; 

Generated at 17:00 on 03 Feb 2005 by mariachi 0.52