Subject: | spelling error |
Date: | Wed, 30 Nov 2011 18:20:08 +0100 |
To: | bug-Dancer-Session-Cookie [...] rt.cpan.org |
From: | Alex Mestiashvili <alex [...] biotec.tu-dresden.de> |
Hello ,
Thank you for the module.
I've prepared Debian package for Dancer::Session::Cookie
it's located here :
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer-session-cookie-perl.git
But Debian package checker - lintian complains that there is a spelling
error in the manual page .
Here is the patch , and sorry for reporting such a negligible bug :) .
--- a/lib/Dancer/Session/Cookie.pm
+++ b/lib/Dancer/Session/Cookie.pm
@@ -140,7 +140,7 @@ Your F<config.yml>:
This module implements a session engine for sessions stored entirely
in cookies. Usually only B<session id> is stored in cookies and
the session data itself is saved in some external storage, e.g.
-database. This module allows to avoid using external storage at
+database. This module allows one to avoid using external storage at
all.
Since server cannot trust any data returned by client in cookies, this
Thank you in advance ,
Alex