r65166 - in /trunk/libcgi-pm-perl/debian: changelog patches/fix-pod-spelling.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Nov 21 13:43:01 UTC 2010


Author: periapt-guest
Date: Sun Nov 21 13:42:38 2010
New Revision: 65166

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65166
Log:
Updated spelling patch with patch available on CPAN

Modified:
    trunk/libcgi-pm-perl/debian/changelog
    trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch

Modified: trunk/libcgi-pm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/changelog?rev=65166&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/changelog (original)
+++ trunk/libcgi-pm-perl/debian/changelog Sun Nov 21 13:42:38 2010
@@ -15,6 +15,7 @@
   * Added debian/source/format
   * Refreshed copyright
   * Removed version on Conflicts clause
+  * Updated spelling patch with patch available on CPAN
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 21 Nov 2010 10:42:23 +0000
 

Modified: trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch?rev=65166&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch Sun Nov 21 13:42:38 2010
@@ -1,10 +1,20 @@
 Description: fix POD spelling errors
-Author: Jonathan Yu <jawnsy at cpan.org>
-Origin: vendor
-Forwarded: no
+Author: scop at cpan.org
+Bug: http://rt.cpan.org/Ticket/Display.html?id=62785
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
+Last-Update: 2010-11-21
 --- a/lib/CGI.pm
 +++ b/lib/CGI.pm
-@@ -5921,7 +5921,7 @@
+@@ -5528,7 +5528,7 @@
+                              );
+ 
+ The option "-language" is a synonym for -type, and is supported for
+-backwad compatibility.
++backwards compatibility.
+ 
+ The old-style positional parameters are as follows:
+ 
+@@ -5936,7 +5936,7 @@
     $query->autoEscape(0);
  
  Note that autoEscape() is exclusively used to effect the behavior of how some
@@ -13,3 +23,137 @@
  explicitly will always escape the HTML.
  
  I<A Lurking Trap!> Some of the form-element generating methods return
+@@ -5986,7 +5986,7 @@
+     method: POST
+     action: this script
+     enctype: application/x-www-form-urlencoded for non-XHTML
+-             multipart/form-data for XHTML, see mulitpart/form-data below.
++             multipart/form-data for XHTML, see multipart/form-data below.
+ 
+ end_form() returns the closing </form> tag.  
+ 
+@@ -6229,7 +6229,7 @@
+ 
+ =head3 Basics
+ 
+-When the form is processed, you can retrieve an L<IO::Handle> compatibile
++When the form is processed, you can retrieve an L<IO::Handle> compatible
+ handle for a file upload field like this:
+ 
+   $lightweight_fh  = $q->upload('field_name');
+@@ -6317,7 +6317,7 @@
+ CGI.pm gives you low-level access to file upload management through
+ a file upload hook. You can use this feature to completely turn off
+ the temp file storage of file uploads, or potentially write your own
+-file upload progess meter.
++file upload progress meter.
+ 
+ This is much like the UPLOAD_HOOK facility available in L<Apache::Request>, with
+ the exception that the first argument to the callback is an L<Apache::Upload>
+@@ -6370,7 +6370,7 @@
+ To solve this problem the upload() method was added, which always returns a
+ lightweight filehandle. This generally works well, but will have trouble
+ interoperating with some other modules because the file handle is not derived
+-from L<IO::Handle>. So that brings us to current recommedation given above,
++from L<IO::Handle>. So that brings us to current recommendation given above,
+ which is to call the handle() method on the file handle returned by upload().
+ That upgrades the handle to an IO::Handle. It's a big win for compatibility for
+ a small penalty of loading IO::Handle the first time you call it.
+@@ -7609,7 +7609,7 @@
+ 127.0.0.1 if the address is unavailable.
+ 
+ =item B<script_name()>
+-Return the script name as a partial URL, for self-refering
++Return the script name as a partial URL, for self-referring
+ scripts.
+ 
+ =item B<referer()>
+@@ -7726,7 +7726,7 @@
+ 
+ =item In the B<use> statement 
+ 
+-Simply add the "-nph" pragmato the list of symbols to be imported into
++Simply add the "-nph" pragma to the list of symbols to be imported into
+ your script:
+ 
+       use CGI qw(:standard -nph)
+@@ -7947,7 +7947,7 @@
+ Perl, the name and version of your Web server, and the name and
+ version of the operating system you are using.  If the problem is even
+ remotely browser dependent, please provide information about the
+-affected browers as well.
++affected browsers as well.
+ 
+ =head1 CREDITS
+ 
+--- a/cgi-lib_porting.html
++++ b/cgi-lib_porting.html
+@@ -88,7 +88,7 @@
+ 
+ <h2>How do I migrate from cgi-lib.pl to CGI.pm?</h2>
+ 
+-A compatability mode allows you to port most scripts that use
++A compatibility mode allows you to port most scripts that use
+ cgi-lib.pl to CGI.pm without making extensive source code changes.
+ Most of the functions defined in cgi-lib.pl version 2.10 are available
+ for your use.  Missing functions are easy to work around.  Follow this
+@@ -120,7 +120,7 @@
+ </pre></blockquote>
+ 
+ instructs Perl to read in CGI.pm and to import into your script's name
+-space the cgi-lib.pl compatability routines.  (In case you've never
++space the cgi-lib.pl compatibility routines.  (In case you've never
+ run into this syntax before, the colon in front of
+ <code>cgi-lib</code> indicates that we're importing a family of
+ routines identified by the tag <cite>cgi-lib</cite> rather than a
+@@ -173,7 +173,7 @@
+ 
+ <h2>Cgi-lib functions that are available in CGI.pm</h2>
+ 
+-In compatability mode, the following cgi-lib.pl functions are
++In compatibility mode, the following cgi-lib.pl functions are
+ available for your use:
+ 
+ <ol>
+@@ -237,7 +237,7 @@
+ 
+ <h2>Caveats</h2>
+ 
+-The compatability routines are a recent feature (added in CGI.pm
++The compatibility routines are a recent feature (added in CGI.pm
+ version 2.20, released on May 22, 1996) and may contain bugs.
+ <strong>Caveat emptor!</strong>
+ <hr>
+--- a/lib/CGI/Pretty.pm
++++ b/lib/CGI/Pretty.pm
+@@ -252,7 +252,7 @@
+ =head2 Recommendation for when to use CGI::Pretty
+ 
+ CGI::Pretty is far slower than using CGI.pm directly. A benchmark showed that
+-it could be about 10 times slower. Adding newslines and spaces may alter the
++it could be about 10 times slower. Adding newlines and spaces may alter the
+ rendered appearance of HTML. Also, the extra newlines and spaces also make the
+ file size larger, making the files take longer to download.
+ 
+--- a/lib/CGI/Push.pm
++++ b/lib/CGI/Push.pm
+@@ -214,7 +214,7 @@
+ 
+ This optional parameter indicates the content type of each page.  It
+ defaults to "text/html".  Normally the module assumes that each page
+-is of a homogenous MIME type.  However if you provide either of the
++is of a homogeneous MIME type.  However if you provide either of the
+ magic values "heterogeneous" or "dynamic" (the latter provided for the
+ convenience of those who hate long parameter names), you can specify
+ the MIME type -- and other header fields -- on a per-page basis.  See 
+--- a/lib/CGI/Util.pm
++++ b/lib/CGI/Util.pm
+@@ -383,7 +383,7 @@
+ Perl, the name and version of your Web server, and the name and
+ version of the operating system you are using.  If the problem is even
+ remotely browser dependent, please provide information about the
+-affected browers as well.
++affected browsers as well.
+ 
+ =head1 SEE ALSO
+ 




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