From: Jesse Sheidlower Date: Thu, 29 Dec 2005 13:42:22 +0000 (+0000) Subject: Doc tweaks to C::P::Session::Store X-Git-Tag: v0.05~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ccdbb079a08620a8a2979197786fffe2a09cb3f;p=catagits%2FCatalyst-Plugin-Session.git Doc tweaks to C::P::Session::Store --- diff --git a/lib/Catalyst/Plugin/Session/Store.pm b/lib/Catalyst/Plugin/Session/Store.pm index 5885e7e..8f07055 100644 --- a/lib/Catalyst/Plugin/Session/Store.pm +++ b/lib/Catalyst/Plugin/Session/Store.pm @@ -97,7 +97,7 @@ you can just give this method an empty body. =head2 Error handling All errors should be thrown using L. Return values -are not checked, and are assumed to be OK. +are not checked, and are assumed to be OK. Missing values are not errors. =head2 Auto-Expiry on the Backend