X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FState.pm;h=b369cd3008ea9ff455c5ecbb13f54b31754cd480;hb=4ff41723d59739434df7ba7293c8c40b968c8600;hp=0556361e10f54febfaaf392fb1e85a4a26f5056a;hpb=d326e755594b17370ddbba2a2cafc14e9d391a66;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/State.pm b/lib/Plack/Session/State.pm index 0556361..b369cd3 100644 --- a/lib/Plack/Session/State.pm +++ b/lib/Plack/Session/State.pm @@ -56,7 +56,7 @@ sub generate { sub finalize { - my ($self, $id, $response) = @_; + my ($self, $id, $response, $options) = @_; (); }