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=669013bf578c5c6715d479a78a1f6054de18e3f9;hp=865fb48e0e10a956e399682c982c3654b2b4e4be;hb=a79a56a8332eb8daf2f85eceb0a1eea66324e91d;hpb=f8cd69744681bfc6be0d5e6a6f978e286eb919c8 diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index 865fb48..669013b 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.07"; +our $VERSION = "0.08"; BEGIN { __PACKAGE__->mk_accessors(qw/_deleted_session_id/) } @@ -242,6 +242,7 @@ Andy Grundman Christian Hansen Yuval Kogman, C Marcus Ramberg +Jonathan Rockway, C Sebastian Riedel =head1 COPYRIGHT