Skip Menu |

This queue is for tickets about the Math-Symbolic CPAN distribution.

Report information
The Basics
Id: 79034
Status: resolved
Priority: 0/
Queue: Math-Symbolic

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

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



Subject: Non-ASCII character seen before =encoding
Sorry for the spam. Sample fail report: http://www.cpantesters.org/cpan/report/3090ded8-da3d-11e1-9535-159085400d13 Pod::Simple >= 3.22 and Test::Pod are required to reproduce. HTH&&Regards,
Fixed almost everywhere in 0.609 but two files are missing; patch attached. Cheers, gregor, Debian Perl Group
Subject: fix-pod-encoding.patch
Description: add =encoding to the two last files. Origin: vendor Bug: https://rt.cpan.org/Public/Bug/Display.html?id=79034 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=79034 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2013-06-03 --- a/lib/Math/Symbolic.pm +++ b/lib/Math/Symbolic.pm @@ -1,3 +1,4 @@ +=encoding utf8 =head1 NAME --- a/lib/Math/Symbolic/Compiler.pm +++ b/lib/Math/Symbolic/Compiler.pm @@ -1,3 +1,4 @@ +=encoding utf8 =head1 NAME
Drat, I don't know how I missed those two files. :( Thanks for the patch (d1edf96dad9f34cd3f3edcdf7af5f56bdb2c2015) and thanks for debian and the debian Perl group! I'll make a quick release now if the 3G let's me. Best regards, Steffen