r71890 - /trunk/libapache2-mod-perl2/debian/patches/200_fix-pod-spelling-errors.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Mar 22 23:29:47 UTC 2011


Author: periapt-guest
Date: Tue Mar 22 23:29:39 2011
New Revision: 71890

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71890
Log:
fixing spelling errors

Modified:
    trunk/libapache2-mod-perl2/debian/patches/200_fix-pod-spelling-errors.patch

Modified: trunk/libapache2-mod-perl2/debian/patches/200_fix-pod-spelling-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/200_fix-pod-spelling-errors.patch?rev=71890&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/200_fix-pod-spelling-errors.patch (original)
+++ trunk/libapache2-mod-perl2/debian/patches/200_fix-pod-spelling-errors.patch Tue Mar 22 23:29:39 2011
@@ -163,3 +163,25 @@
  
  * Testing:
    Need to put Philippe's smoking test into the core
+--- a/Apache-Reload/lib/Apache2/Reload.pm
++++ b/Apache-Reload/lib/Apache2/Reload.pm
+@@ -360,7 +360,7 @@
+ 
+ =head2 Unregistering a module
+ 
+-In some cases, it might be necessary to explicitely stop reloading
++In some cases, it might be necessary to explicitly stop reloading
+ a module.
+ 
+   Apache2::Reload->unregister_module('Some::Module');
+--- a/docs/api/Apache2/RequestUtil.pod
++++ b/docs/api/Apache2/RequestUtil.pod
+@@ -813,7 +813,7 @@
+ same code is called in a sub-request then the pnote of $r->prev is magically 
+ updated at a distance to the same value!
+ 
+-Try explain why that is to anyone not deeply familar with perl internals!
++Try explain why that is to anyone not deeply familiar with perl internals!
+ 
+ The fix is to avoid pnotes taking a ref to the invisible op_targ embededed in 
+ the code by passing a simple lexical variable as the actual argument. That can be done in-line like this:




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