[libtemplate-alloy-perl] 05/11: add pod-spelling.patch, fixing spelling errors in documentation

Damyan Ivanov dmn at alioth.debian.org
Fri Aug 23 08:02:55 UTC 2013


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

dmn pushed a commit to branch master
in repository libtemplate-alloy-perl.

commit 820d9ce4028971bb5515d710c38304ed23a691a2
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Aug 23 09:19:48 2013 +0300

    add pod-spelling.patch, fixing spelling errors in documentation
---
 debian/patches/pod-spelling.patch |   27 +++++++++++++++++++++++++++
 debian/patches/series             |    1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..3c15687
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,27 @@
+Description: fix minor spelling mistakes in POD
+Author: Damyan Ivanov <dmn at debian.org>
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=88047
+
+--- a/lib/Template/Alloy.pod
++++ b/lib/Template/Alloy.pod
+@@ -2688,7 +2688,7 @@ Defaults to false.  If set to true, any
+ encountered will cause the processing of the template to abort.  This
+ can be caught with a TRY block.  This can be useful for making sure
+ that the template only attempts to use variables that were correctly
+-initialized similiar in spirit to Perl's "use strict."
++initialized similar in spirit to Perl's "use strict."
+ 
+ When this occurs the strict_throw method is called.
+ 
+--- a/lib/Template/Alloy/HTE.pm
++++ b/lib/Template/Alloy/HTE.pm
+@@ -621,7 +621,7 @@ Defines a new function for later use as
+ 
+ =item C<clear_param>
+ 
+-Empties the paramter list.
++Empties the parameter list.
+ 
+ =item C<query>
+ 
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/libtemplate-alloy-perl.git



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