[Jifty-commit] r6764 - jifty/trunk/lib/Jifty/Web/Session

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 9 18:41:31 EDT 2009


Author: alexmv
Date: Thu Apr  9 18:41:14 2009
New Revision: 6764

Modified:
   jifty/trunk/lib/Jifty/Web/Session/ApacheSession.pm

Log:
Add docs for, and clean up, remove_all

Modified: jifty/trunk/lib/Jifty/Web/Session/ApacheSession.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Session/ApacheSession.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Session/ApacheSession.pm	Thu Apr  9 18:41:14 2009
@@ -140,10 +140,14 @@
     delete $self->_session->{$key_type,$key};
 }
 
+=head2 remove_all
+
+See L<Jifty::Web::Session/remove_all>.
+
+=cut
+
 sub remove_all {
     my $self     = shift;
-    my $key      = shift;
-    my $key_type = shift || "key";
 
     return undef unless $self->loaded;
     undef %{$self->_session};


More information about the Jifty-commit mailing list