Huge rewrite of the code: $session->get, ->set etc. do not read from
[catagits/Web-Session.git] / lib / Plack / Session / Store / Null.pm
index 493143f..cded1ec 100644 (file)
@@ -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 { +{} }
 
 1;
 
@@ -61,7 +57,7 @@ Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2009 Infinity Interactive, Inc.
+Copyright 2009, 2010 Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>