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=7fbde70b66c4309deec3f35f7b5bfea1458dae82;hp=54ec5b58d4bda36aa2796760680dfe8cde9f0edd;hb=3e8b97ed68abf4af61db73b5cb02e27a902642fb;hpb=aee978428f95ec3f4bb8ade0e5e1a4852b17a2ca diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index 54ec5b5..7fbde70 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.03"; +our $VERSION = "0.04"; sub setup_session { my $c = shift;