r77679 - /trunk/libhtml-template-expr-perl/debian/patches/pod.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jul 21 12:15:05 UTC 2011


Author: gregoa
Date: Thu Jul 21 12:15:03 2011
New Revision: 77679

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77679
Log:
more spelling fixes

Modified:
    trunk/libhtml-template-expr-perl/debian/patches/pod.patch

Modified: trunk/libhtml-template-expr-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-expr-perl/debian/patches/pod.patch?rev=77679&op=diff
==============================================================================
--- trunk/libhtml-template-expr-perl/debian/patches/pod.patch (original)
+++ trunk/libhtml-template-expr-perl/debian/patches/pod.patch Thu Jul 21 12:15:03 2011
@@ -54,3 +54,21 @@
  
  All functions must be called using full parenthesis.  For example,
  this is a syntax error:
+@@ -621,7 +621,7 @@
+   HTML::Template::Expr->register_function(func_name => \&func_handler);
+ 
+ You provide a subroutine reference that will be called during output.
+-It will recieve as arguments the parameters specified in the template.
++It will receive as arguments the parameters specified in the template.
+ For example, here's a function that checks if a directory exists:
+ 
+   sub directory_exists {
+@@ -662,7 +662,7 @@
+ 
+ Currently the module forces the HTML::Template global_vars option to
+ be set.  This will hopefully go away in a future version, so if you
+-need global_vars in your templates then you should set it explicitely.
++need global_vars in your templates then you should set it explicitly.
+ 
+ The module won't work with HTML::Template's file_cache or shared_cache
+ modes, but normal memory caching should work.  I hope to address this




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