From: Graham Knop Date: Mon, 17 Aug 2020 06:58:33 +0000 (+0200) Subject: add underscore removal to version X-Git-Tag: v0.18~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=28b6b575312cf0cb2ef57823028796aa050ec38a;hp=9292790965e6522e20decdc384de7442b12809d3 add underscore removal to version --- 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' );