0.08.... *sigh*
Yuval Kogman [Mon, 31 Jul 2006 12:09:44 +0000 (12:09 +0000)]
Changes
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 78f2a1c..f827d7d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.08
+        - rerelease because Module::Bane broke the META.yml. HURAAH
+
 0.07
         - Make build tool complain loudly on incompatible versions of state
           plugins.
index 3b8d60f..1607f70 100644 (file)
@@ -12,7 +12,7 @@ use Digest              ();
 use overload            ();
 use Object::Signature   ();
 
-our $VERSION = "0.07";
+our $VERSION = "0.08";
 
 my @session_data_accessors; # used in delete_session
 BEGIN {