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=78be7f7ced5ea5b2fc231eb773fc71491a60a248;hp=a55bdfded18364a04e4cad4ef38db2e047e61055;hb=7ef7785cd363e644679f4aa2fe8ac94cdccbf43d;hpb=005cfc2802415c8368ce05433e405156a69284ef diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index a55bdfd..78be7f7 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -7,7 +7,7 @@ extends 'Catalyst::Plugin::Session::State'; use MRO::Compat; use Catalyst::Utils (); -our $VERSION = '0.17'; +our $VERSION = '0.18'; $VERSION =~ tr/_//d; has _deleted_session_id => ( is => 'rw' );