[libcatalyst-modules-perl] 02/02: patch spelling errors in Catalyst-Plugin-Authentication

Damyan Ivanov dmn at moszumanska.debian.org
Sun May 11 21:49:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatalyst-modules-perl.

commit 881830621a8ffd6d8ec3bb6eb7b70794866bea27
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun May 11 21:49:21 2014 +0000

    patch spelling errors in Catalyst-Plugin-Authentication
---
 .../pod-spelling.patch                             | 39 ++++++++++++++++++++++
 .../patches/Catalyst-Plugin-Authentication/series  |  1 +
 2 files changed, 40 insertions(+)

diff --git a/debian/patches/Catalyst-Plugin-Authentication/pod-spelling.patch b/debian/patches/Catalyst-Plugin-Authentication/pod-spelling.patch
new file mode 100644
index 0000000..411fe75
--- /dev/null
+++ b/debian/patches/Catalyst-Plugin-Authentication/pod-spelling.patch
@@ -0,0 +1,39 @@
+Index: Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Credential/Password.pm
+===================================================================
+--- Catalyst-Plugin-Authentication.orig/lib/Catalyst/Authentication/Credential/Password.pm	2014-05-12 00:44:46.146520124 +0300
++++ Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Credential/Password.pm	2014-05-12 00:44:46.142520137 +0300
+@@ -175,7 +175,7 @@
+ 
+ This sets the password type.  Often passwords are stored in crypted or hashed
+ formats.  In order for the password module to verify the plaintext password
+-passed in, it must be told what format the password will be in when it is retreived
++passed in, it must be told what format the password will be in when it is retrieved
+ from the user object. The supported options are:
+ 
+ =over 8
+Index: Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
+===================================================================
+--- Catalyst-Plugin-Authentication.orig/lib/Catalyst/Plugin/Authentication.pm	2014-05-12 00:19:52.896460489 +0300
++++ Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2014-05-12 00:46:27.974194972 +0300
+@@ -814,7 +814,7 @@
+ object will be auto-vivified and session Cookies will be sent in the headers. To
+ prevent accidental session creation, check if a session already exists with
+ if ($c->sessionid) { ... }. If the session doesn't exist, then don't place
+-anything in the session to prevent an unecessary session from being created.
++anything in the session to prevent an unnecessary session from being created.
+ 
+ =item default_realm
+ 
+Index: Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod
+===================================================================
+--- Catalyst-Plugin-Authentication.orig/lib/Catalyst/Plugin/Authentication/Internals.pod	2014-05-12 00:19:52.896460489 +0300
++++ Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod	2014-05-12 00:46:44.650142346 +0300
+@@ -308,7 +308,7 @@
+ =item id( )
+ 
+ The C<id()> method should return a unique id (scalar) that can be used to
+-retreive this user from the store.  Often this will be provided to the store's
++retrieve this user from the store.  Often this will be provided to the store's
+ C<find_user()> routine as C<id =E<gt> $user-E<gt>id> so you should ensure that your
+ store's C<find_user()> can cope with that.
+ 
diff --git a/debian/patches/Catalyst-Plugin-Authentication/series b/debian/patches/Catalyst-Plugin-Authentication/series
new file mode 100644
index 0000000..ad85da2
--- /dev/null
+++ b/debian/patches/Catalyst-Plugin-Authentication/series
@@ -0,0 +1 @@
+pod-spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-modules-perl.git



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