X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FState.pm;h=e40e1c25f383e44998a355c154cf4aa5997ad6bd;hb=98f62fd71971d0b21a90f840ef52ec7907432cf5;hp=9c4a6b60bdf77a499e57463794b9644abb96ca9b;hpb=8e447333d0425330038570ab0462406fc2e94286;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/State.pm b/lib/Plack/Session/State.pm index 9c4a6b6..e40e1c2 100644 --- a/lib/Plack/Session/State.pm +++ b/lib/Plack/Session/State.pm @@ -2,7 +2,7 @@ package Plack::Session::State; use strict; use warnings; -our $VERSION = '0.09_01'; +our $VERSION = '0.09_02'; our $AUTHORITY = 'cpan:STEVAN'; use Digest::SHA1 ();