X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FSession%2FState%2FCookie.pm;h=fee226a348de0e904bb5e3b72e101c53c23923ab;hp=6288ade3136458759e6957e6b7b41e9e4d0a852e;hb=91e8f3e3888b90d2e1b1f4002e244edb951522b2;hpb=3dfcd15644b566a7bf1c10fcc23376c5d1639ff7 diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index 6288ade..fee226a 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -7,7 +7,7 @@ use warnings; use NEXT; use Catalyst::Utils (); -our $VERSION = "0.08"; +our $VERSION = "0.09"; BEGIN { __PACKAGE__->mk_accessors(qw/_deleted_session_id/) }