r62255 - /trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Aug 31 19:09:05 UTC 2010


Author: periapt-guest
Date: Tue Aug 31 19:08:52 2010
New Revision: 62255

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62255
Log:
typos reported by chorny

Modified:
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch?rev=62255&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch Tue Aug 31 19:08:52 2010
@@ -1,8 +1,23 @@
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Subject: issues in pod
 Last-Update: 2010-08-30
+Forwarded: not-needed
 --- CGI-Application-Plugin-Authentication-0.18.orig/lib/CGI/Application/Plugin/Authentication.pm
 +++ CGI-Application-Plugin-Authentication-0.18/lib/CGI/Application/Plugin/Authentication.pm
+@@ -239,11 +239,11 @@
+ 
+ =item STORE
+ 
+-Here you can choose how we store the authenticated information after a use has successfully 
++Here you can choose how we store the authenticated information after a user has successfully 
+ logged in.  We need to store the username so that on the next request we can tell the user
+ has already logged in, and we do not have to present them with another login form.  If you
+ do not provide the STORE option, then the plugin will look to see if you are using the
+-L<CGI::Application::Plugin::Session> module and based on that info use wither the Session
++L<CGI::Application::Plugin::Session> module and based on that info use either the Session
+ module, or fall back on the Cookie module.  If the module requires extra parameters, you
+ can pass an array reference that contains as the first parameter the name of the module,
+ and the rest of the array should contain key value pairs of options for this module.
 @@ -385,7 +385,7 @@
  following suffixes (m h d w), which represent minutes, hours, days and weeks.  The default
  is 0 which means the login will never timeout.
@@ -21,3 +36,12 @@
  this user.  For example, if the store uses a cookie based session, the user trying
  to login could delete their cookies, and hence get a new session which will not have
  any login attempts listed.  The number will be cleared upon a successful login.
+@@ -2027,6 +2027,8 @@
+ Thanks to Christian Walde for suggesting changes to fix the incompatibility with 
+ L<CGI::Application::Plugin::ActionDispatch> and for help with github.
+ 
++Thanks to Alexandr Ciornii for spotting some typos.
++
+ =head1 LICENCE AND COPYRIGHT
+ 
+ Copyright (c) 2005, SiteSuite. All rights reserved.




More information about the Pkg-perl-cvs-commits mailing list