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

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

commit 577fe99d4975e102752bfd30745f2222229a6979
Author: Damyan Ivanov <d...@debian.org>
Date:   Wed May 14 13:58:03 2014 +0000

    add a patch fixing a couple of spelling mistakes in POD
---
 debian/patches/pod-spelling.patch | 40 +++++++++++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 41 insertions(+)

diff --git a/debian/patches/pod-spelling.patch 
b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..f6a562f
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,40 @@
+Description: POD spelling
+  retreived -> retrieved
+  unecessary -> unnecessary
+  retreive -> -retrieve
+Author: Damyan Ivanov <d...@debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display?id=95565
+
+--- a/lib/Catalyst/Authentication/Credential/Password.pm
++++ b/lib/Catalyst/Authentication/Credential/Password.pm
+@@ -175,7 +175,7 @@ be sure to use that same field name when
+ 
+ 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
+--- a/lib/Catalyst/Plugin/Authentication.pm
++++ b/lib/Catalyst/Plugin/Authentication.pm
+@@ -814,7 +814,7 @@ However, even if use_session is disabled
+ 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
+ 
+--- a/lib/Catalyst/Plugin/Authentication/Internals.pod
++++ b/lib/Catalyst/Plugin/Authentication/Internals.pod
+@@ -308,7 +308,7 @@ should experience no problems.
+ =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/series b/debian/patches/series
new file mode 100644
index 0000000..ad85da2
--- /dev/null
+++ b/debian/patches/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-plugin-authentication-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to