fo v0.17
Yuval Kogman [Mon, 16 Jul 2007 10:30:20 +0000 (10:30 +0000)]
Changes
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 72daf51..293dd7e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.17
+        - Skip a test if Cookie is not installed
+
 0.16
         - Stupid makefile
 
index 41693fd..6dfc216 100644 (file)
@@ -13,7 +13,7 @@ use overload            ();
 use Object::Signature   ();
 use Carp;
 
-our $VERSION = "0.16";
+our $VERSION = "0.17";
 
 my @session_data_accessors; # used in delete_session
 BEGIN {