This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository libcatalyst-plugin-authorization-acl-perl.
commit b3a57b642a20e4029dcf74c85e07951ff14c4206 Author: Damyan Ivanov <[email protected]> Date: Thu May 15 06:58:35 2014 +0000 add patch for fixing spelling mistake in POD --- debian/patches/pod-spelling.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch new file mode 100644 index 0000000..ac2b69b --- /dev/null +++ b/debian/patches/pod-spelling.patch @@ -0,0 +1,16 @@ +Description: POD spelling + begining -> beginning +Author: Damyan Ivanov <[email protected]> +Forwarded: https://rt.cpan.org/Ticket/Display?id=95566 + +--- a/lib/Catalyst/Plugin/Authorization/ACL.pm ++++ b/lib/Catalyst/Plugin/Authorization/ACL.pm +@@ -336,7 +336,7 @@ policy, access to the path will be permi + + To apply a rule to an action or group of actions you must supply a path. + +-This path is what you should see dumped at the begining of the L<Catalyst> ++This path is what you should see dumped at the beginning of the L<Catalyst> + server's debug output. + + For example, for the C<foo> action defined at the root level of your 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-authorization-acl-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
