[libembperl-perl] 05/06: pod-errors.patch: Fix various POD errors

Florian Schlichting fsfs at moszumanska.debian.org
Tue Jan 28 23:03:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libembperl-perl.

commit b4cde20eff629e140ec170fb3e6279eea4b7d12f
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Jan 28 22:42:21 2014 +0100

    pod-errors.patch: Fix various POD errors
---
 debian/patches/pod-errors.patch | 152 ++++++++++++++++++++++++++++++++++++++++
 debian/patches/series           |   1 +
 2 files changed, 153 insertions(+)

diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
new file mode 100644
index 0000000..23a4f35
--- /dev/null
+++ b/debian/patches/pod-errors.patch
@@ -0,0 +1,152 @@
+Description: fix some POD errors offending to pod2text, lintian
+ In addition and not fixed by this patch, Embperl/Form/Control/duration.pm has
+ the same POD as price.pm, which is likely wrong on a factual level. Both
+ files use a code point 0x80 in POD and as a string constant, which is the
+ EURO sign from Windows-1252 but unavailable in latin1, 0xA4 in iso8859-15,
+ U+20AC or perhaps best spelled out as 'EUR'
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: yes (mailing list)
+
+--- a/Changes.pod
++++ b/Changes.pod
+@@ -1,6 +1,8 @@
+ =pod
+ 
+-=head 2.5.0
++=encoding iso8859-1
++
++=head1 2.5.0
+ 
+     - Do not clear old code before compiling a Embperl page
+       in Perl >= 5.14.x because it causes seg faults. This
+@@ -48,7 +50,7 @@
+     
+     Adaptions to Perl 5.14/16 were sponsored by NUREG GmbH
+ 
+-=head 2.4.0  4. Oct 2010
++=head1 2.4.0  4. Oct 2010
+ 
+     - Support for CGI.pm 3.43 (included within Perl 5.10.1)
+       for file uplaods. CGI.pm < 2.43 is not supported anymore.
+--- a/Config.pod
++++ b/Config.pod
+@@ -1,4 +1,4 @@
+-
++=encoding iso8859-1
+ 
+ =head1 NAME
+ 
+@@ -2004,22 +2004,22 @@
+ 
+ =over 
+ 
+-=item 0
++=item C<0>
+ 
+ don't interpret input (default)
+ 
+ 
+-=item 1   
++=item C<1>
+ 
+ unescape html escapes to their characters (i.e. < becomes < )
+ inside of Perl code
+ 
+-=item 2
++=item C<2>
+ 
+ unescape url escapes to their characters (i.e. %26; becomes & )
+ inside of Perl code
+ 
+-=item 3
++=item C<3>
+ 
+ unescape html and url escapes, depending on the context
+ 
+--- a/FeaturesD.pod
++++ b/FeaturesD.pod
+@@ -1,5 +1,7 @@
+ =pod
+ 
++=encoding iso8859-1
++
+ =head1 NAME
+ 
+ Embperl::Features - Features von Embperl 2.0
+--- a/Embperl/Form/Control/duration.pm
++++ b/Embperl/Form/Control/duration.pm
+@@ -99,6 +99,8 @@
+ 
+ =pod
+ 
++=encoding iso8859-1
++
+ =head1 NAME
+ 
+ Embperl::Form::Control::price - A price input control with optional unit inside an Embperl Form
+--- a/Embperl/Form/Control/price.pm
++++ b/Embperl/Form/Control/price.pm
+@@ -133,6 +133,8 @@
+ 
+ =pod
+ 
++=encoding iso8859-1
++
+ =head1 NAME
+ 
+ Embperl::Form::Control::price - A price input control with optional unit inside an Embperl Form
+--- a/Embperl/Form/Control/table.pm
++++ b/Embperl/Form/Control/table.pm
+@@ -271,34 +271,34 @@
+ 
+ =over
+ 
+-=item 0
++=item C<0>
+ 
+ Key for into data hashref
+ 
+-=item 1
++=item C<1>
+ 
+ Text to display
+ 
+-=item 2
++=item C<2>
+ 
+ Colspan (how many colums this cell should span)
+ 
+-=item 3
++=item C<3>
+ 
+ If set a control is displayed instead of a text. Must contain:
+ 
+ radio,<name>,<value> or checkbox,<name>,<value>
+ 
+-=item 4
++=item C<4>
+ 
+ Display as link. This item contains the name of the key in the data hashref
+ that holds the href.
+ 
+-=item 5
++=item C<5>
+ 
+ target for link
+ 
+-=item 6
++=item C<6>
+ 
+ Name of filter function. The value of the cell is process through this filter.
+ Filter functions are passed as hashref of subs in the parameter 'filters' .
+--- a/Embperl/Form/Validate.pm
++++ b/Embperl/Form/Validate.pm
+@@ -30,6 +30,8 @@
+ 
+ $VERSION = '2.5.0' ;
+ 
++=encoding iso8859-1
++
+ =head1 NAME
+ 
+ Embperl::Form::Validate - Form validation with server- and client-side support.
diff --git a/debian/patches/series b/debian/patches/series
index 4960a7e..70a1e61 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ load_apache24_mpm.patch
 test_suite_issues.patch
 disable_tests_checking_for_perl_version_specific_error_messages.patch
 spelling.patch
+pod-errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libembperl-perl.git



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