X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FSession%2FState%2FCookie.pm;h=a55bdfded18364a04e4cad4ef38db2e047e61055;hb=005cfc2802415c8368ce05433e405156a69284ef;hp=c7bebf1a6000caeb0d31122abc6bd58d487afb04;hpb=f877359ebfc27bd0bc84ea6a8a7afab055ad377d;p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index c7bebf1..a55bdfd 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -7,7 +7,8 @@ extends 'Catalyst::Plugin::Session::State'; use MRO::Compat; use Catalyst::Utils (); -our $VERSION = "0.17"; +our $VERSION = '0.17'; +$VERSION =~ tr/_//d; has _deleted_session_id => ( is => 'rw' );