[SCM] Debian packaging of libhtml-template-compiled-perl branch, master, updated. 1537dd74f73d8a786295f41d1159cc2a0b5c0de6

gregor herrmann gregoa at debian.org
Sat Nov 26 20:10:23 UTC 2011


The following commit has been merged in the master branch:
commit c03ef6006fe24cc3ea9fa2efdbdffadc97e48792
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 26 21:07:02 2011 +0100

    Add a patch to fix some spelling mistakes.

diff --git a/debian/patches/02-spelling.patch b/debian/patches/02-spelling.patch
new file mode 100644
index 0000000..fdd3d45
--- /dev/null
+++ b/debian/patches/02-spelling.patch
@@ -0,0 +1,45 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=72741
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72741
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-11-26
+
+--- a/lib/HTML/Template/Compiled.pm
++++ b/lib/HTML/Template/Compiled.pm
+@@ -1040,7 +1040,7 @@
+ # hash.key (found inside <tmpl_var name="hash.key">) will be converted to
+ # '$t->get_var($P, $$C, 1, [PATH_DEREF, 'key'])'
+ # the get_var method walks the paths given through the data structure.
+-# $P is the paramater hash of the template, $C is a reference to the current
++# $P is the parameter hash of the template, $C is a reference to the current
+ # parameter hash. the third argument to get_var is 'final'.
+ # <tmpl_var foo> is a 'final' path, and <tmpl_with foo> is not.
+ # so final means it's in 'print-context'.
+@@ -1601,7 +1601,7 @@
+ 
+   # note that the following
+   # use HTML::Template::Compiled speed => 1
+-  # is deprecated (can be problematic under persistant environments)
++  # is deprecated (can be problematic under persistent environments)
+ 
+   # or for the biggest compatibility with HTML::Template
+   # case_sensitive => 0
+@@ -1609,7 +1609,7 @@
+   # use_query => 1
+   # note that the following
+   # use HTML::Template::Compiled compatible => 1;
+-  # is deprecated (can be problematic under persistant environments)
++  # is deprecated (can be problematic under persistent environments)
+ 
+   # or use HTML::Template::Compiled::Classic
+ 
+@@ -2233,7 +2233,7 @@
+ 
+ =head2 TMPL_LOOP
+ 
+-The special name C<_> gives you the current paramater. In loops you can use it like this:
++The special name C<_> gives you the current parameter. In loops you can use it like this:
+ 
+  <tmpl_loop foo>
+   Current item: <tmpl_var _ >
diff --git a/debian/patches/series b/debian/patches/series
index 7482f9c..7365025 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-manual.patch
+02-spelling.patch

-- 
Debian packaging of libhtml-template-compiled-perl



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