Skip Menu |

This queue is for tickets about the Makefile-Parser CPAN distribution.

Report information
The Basics
Id: 77737
Status: open
Priority: 0/
Queue: Makefile-Parser

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

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



Subject: t/pod.t fails due to bad encoding
# Failed test 'POD test for blib/lib/Makefile/AST/Evaluator.pm' # at /usr/lib/perl5/vendor_perl/5.12.3/Test/Pod.pm line 182. Wide character in print at /home/jquelin/rpm/cauldron/perl-Makefile-Parser/BUILD/Makefile-Parser-0.215/inc/Test/Builder.pm line 1471. # blib/lib/Makefile/AST/Evaluator.pm (338): Non-ASCII character seen before =encoding in 'C<--ignore-errors>,It's'. Assuming UTF-8 # Looks like you failed 1 test of 13. t/99-pod.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/13 subtests ==> please consider skipping those authoring tests in final release
Patch for the POD issue attached. Cheers, gregor, Debian Perl Group
Subject: pod-encoding.patch
Description: add encoding to POD Origin: vendor Author: gregor herrmann <gregoa@debian.org> Last-Update: 2013-06-08 --- a/lib/Makefile/AST/Evaluator.pm +++ b/lib/Makefile/AST/Evaluator.pm @@ -268,6 +268,8 @@ 1; __END__ +=encoding utf8 + =head1 NAME Makefile::AST::Evaluator - Evaluator and runtime for Makefile::AST instances