r53994 - in /trunk/libtext-micromason-perl/debian: changelog patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Mar 9 20:46:20 UTC 2010


Author: jawnsy-guest
Date: Tue Mar  9 20:46:07 2010
New Revision: 53994

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53994
Log:
Add a patch to fix POD spelling problems

Added:
    trunk/libtext-micromason-perl/debian/patches/fix-pod-spelling.patch
Modified:
    trunk/libtext-micromason-perl/debian/changelog
    trunk/libtext-micromason-perl/debian/patches/series

Modified: trunk/libtext-micromason-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-micromason-perl/debian/changelog?rev=53994&op=diff
==============================================================================
--- trunk/libtext-micromason-perl/debian/changelog (original)
+++ trunk/libtext-micromason-perl/debian/changelog Tue Mar  9 20:46:07 2010
@@ -4,6 +4,7 @@
     + Fixes bug where <%init> failed with -PassVariables plugin
     + Fixes RT#51727 (POD problems)
   * Use new 3.0 (quilt) source format
+  * Add a patch to fix POD spelling problems
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 09 Mar 2010 09:30:43 -0500
 

Added: trunk/libtext-micromason-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-micromason-perl/debian/patches/fix-pod-spelling.patch?rev=53994&op=file
==============================================================================
--- trunk/libtext-micromason-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libtext-micromason-perl/debian/patches/fix-pod-spelling.patch Tue Mar  9 20:46:07 2010
@@ -1,0 +1,44 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/MicroMason.pm
++++ b/MicroMason.pm
+@@ -120,7 +120,7 @@
+   $code_ref = $mason->compile( $type => $source, %attribs );
+ 
+ Any attributes provided to compile() will temporarily override the
+-persistant options defined by new(), for that template only.
++persistent options defined by new(), for that template only.
+ 
+ You can provide the template as a text string, a file name, or an open
+ file handle:
+@@ -515,7 +515,7 @@
+ 
+ MicroMason compilation failed: %s
+ 
+-The template was parsed succesfully, but the Perl subroutine declaration
++The template was parsed successfully, but the Perl subroutine declaration
+ it was converted to failed to compile. This is generally a result of a
+ syntax error in one of the Perl expressions used within the template.
+ 
+@@ -537,7 +537,7 @@
+ 
+ MicroMason execution failed: %s
+ 
+-After parsing and compiling the template succesfully, the subroutine was
++After parsing and compiling the template successfully, the subroutine was
+ run and caused a fatal exception, generally because that some Perl code
+ used within the template caused die() to be called (or an equivalent
+ function like croak or confess).
+--- a/MicroMason/HasParams.pm
++++ b/MicroMason/HasParams.pm
+@@ -98,7 +98,7 @@
+ 
+ =item assembler_rules()
+ 
+-Adds initialization for param() at the begining of each subroutine to be compiled.
++Adds initialization for param() at the beginning of each subroutine to be compiled.
+ 
+ =back
+ 

Modified: trunk/libtext-micromason-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-micromason-perl/debian/patches/series?rev=53994&op=diff
==============================================================================
--- trunk/libtext-micromason-perl/debian/patches/series (original)
+++ trunk/libtext-micromason-perl/debian/patches/series Tue Mar  9 20:46:07 2010
@@ -1,1 +1,2 @@
 pod-errors
+fix-pod-spelling.patch




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