fix some typos and spelling mistakes
[catagits/Web-Session.git] / lib / Plack / Session / Store / Null.pm
index dceca1e..ec07bdd 100644 (file)
@@ -2,14 +2,13 @@ package Plack::Session::Store::Null;
 use strict;
 use warnings;
 
+our $VERSION   = '0.11';
+our $AUTHORITY = 'cpan:STEVAN';
+
 sub new     { bless {} => shift }
 sub fetch   {}
 sub store   {}
-sub delete  {}
-sub cleanup {}
-sub persist {}
-
-sub dump_session { +{} }
+sub remove  {}
 
 1;
 
@@ -44,7 +43,7 @@ L<Plack::Session> requires a C<store> instance, so you can use this
 one and all methods will return null.
 
 This is a subclass of L<Plack::Session::Store> and implements
-it's full interface.
+its full interface.
 
 =head1 BUGS
 
@@ -58,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>