1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## fix_pod.dpatch by Florian Ragwitz <rafl@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Remove strange chars from pod, so pod2man produces sane output
@DPATCH@
--- libxml-sax-writer-perl-0.44.orig/Writer.pm 2006-06-15 18:48:36.270565200 +0200
+++ libxml-sax-writer-perl-0.44/Writer.pm 2006-06-15 18:49:32.728982216 +0200
@@ -406,16 +406,16 @@
=item * new(%hash)
-This is the constructor for this object. It takes a number of
+This is the constructor for this object. It takes a number of
parameters, all of which are optional.
=item -- Output
-This parameter can be one of several things. If it is a simple
+This parameter can be one of several things. If it is a simple
scalar, it is interpreted as a filename which will be opened for
-writing. If it is a scalar reference, output will be appended to this
-scalar. If it is an array reference, output will be pushed onto this
-array as it is generated. If it is a filehandle, then output will be
+writing. If it is a scalar reference, output will be appended to this
+scalar. If it is an array reference, output will be pushed onto this
+array as it is generated. If it is a filehandle, then output will be
sent to this filehandle.
Finally, it is possible to pass an object for this parameter, in which
@@ -429,7 +429,7 @@
This should be a hash reference where the keys are characters
sequences that should be escaped and the values are the escaped form
-of the sequence. By default, this module will escape the ampersand
+of the sequence. By default, this module will escape the ampersand
(&), less than (<), greater than (>), double quote ("), and apostrophe
('). Note that some browsers don't support the ' escape used for
apostrophes so that you should be careful when outputting XHTML.
@@ -451,7 +451,7 @@
=item -- EncodeTo
-The character set encoding in which output should be encoded. Again,
+The character set encoding in which output should be encoded. Again,
this defaults to UTF-8.
=back
|