X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore%2FNull.pm;h=e49add1ba3f0d467874fc90fc769fc80bae0cf2e;hb=08b2e16d35e53b1c4ac4ec0e292cebc424f0c0eb;hp=493143f139ee43d5232e192f0f78da3807539ba4;hpb=de784fad2e2c5e7667c7691429f5144bb8484141;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store/Null.pm b/lib/Plack/Session/Store/Null.pm index 493143f..e49add1 100644 --- a/lib/Plack/Session/Store/Null.pm +++ b/lib/Plack/Session/Store/Null.pm @@ -2,17 +2,13 @@ package Plack::Session::Store::Null; use strict; use warnings; -our $VERSION = '0.02'; +our $VERSION = '0.03'; our $AUTHORITY = 'cpan:STEVAN'; sub new { bless {} => shift } sub fetch {} sub store {} -sub delete {} -sub cleanup {} -sub persist {} - -sub dump_session { +{} } +sub remove {} 1; @@ -61,7 +57,7 @@ Stevan Little Estevan.little@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2009 Infinity Interactive, Inc. +Copyright 2009, 2010 Infinity Interactive, Inc. L