s/cleanup/remove/ in Store API
[catagits/Web-Session.git] / lib / Plack / Session / Store / Null.pm
index cded1ec..e49add1 100644 (file)
@@ -8,7 +8,7 @@ our $AUTHORITY = 'cpan:STEVAN';
 sub new     { bless {} => shift }
 sub fetch   {}
 sub store   {}
-sub cleanup {}
+sub remove  {}
 
 1;