Skip Menu |

This queue is for tickets about the PerlPoint-Package CPAN distribution.

Report information
The Basics
Id: 78294
Status: new
Priority: 0/
Queue: PerlPoint-Package

People
Owner: Nobody in particular
Requestors: RURBAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.452
Fixed in: (no value)



Subject: pod encoding error
Attached patch fixes a severe pod encoding error (>= 5.14) And I also fixed a typo. # Failed test 'POD test for blib/lib/PerlPoint/Parser.pm' # at /usr/local/lib/perl5/site_perl/5.14.2/Test/Pod.pm line 182. # blib/lib/PerlPoint/Parser.pm (1399): Non-ASCII character seen before =encoding in '"�".'. Assuming ISO8859-1 # Looks like you failed 1 test of 14. t/l9_pod.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/14 subtests Test Summary Report ------------------- t/l9_pod.t (Wstat: 256 Tests: 14 Failed: 1) Failed test: 3 Non-zero exit status: 1 -- Reini Urban
Subject: PerlPoint-Package-0.452-podencoding.patch
diff -bu ./lib/PerlPoint/Parser.pm~ ./lib/PerlPoint/Parser.pm --- ./lib/PerlPoint/Parser.pm~ 2007-10-10 16:33:00.000000000 -0500 +++ ./lib/PerlPoint/Parser.pm 2012-07-10 09:28:10.405302437 -0500 @@ -1021,6 +1021,8 @@ # = POD SECTION ========================================================================= +=encoding ISO8859-1 + =head1 NAME B<PerlPoint::Parser> - a PerlPoint Parser @@ -1395,8 +1397,7 @@ Note: If a document uses I<document streams>, be careful in intermixing docstream entry points and conditions. A condition placed in a skipped document stream will not e evaluated. A document stream entry point placed in a source area hidden by -a false condition will not be reconized. - +a false condition will not be recognized. =item Variable assignment paragraphs