Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 91757
Status: resolved
Priority: 0/
Queue: Pod-Simple

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

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



Subject: Nested processed encoding
While making the CPAN distribution App-PAIA-0.24, the manifying process aborts with an error: Nested processed encoding. at /usr/perl5.18.2-RC4/lib/5.18.2/Pod/Simple/BlackBox.pm line 380. (Sample test report: http://www.cpantesters.org/cpan/report/4a0c24ec-71ab-11e3-89f3-2305e1bfc7aa ) The source code in BlackBox.pm says "should never happen", but apparently it happens. The problem can be reproduced by creating a Pod document with two consecutive encoding directives: =encoding UTF-8 =encoding UTF-8 Regards, Slaven
Subject: Re: [rt.cpan.org #91757] Nested processed encoding
Date: Tue, 31 Dec 2013 08:36:49 -0800
To: "bug-Pod-Simple [...] rt.cpan.org via RT" <bug-Pod-Simple [...] rt.cpan.org>
From: "David E. Wheeler" <david [...] justatheory.com>
Hrm. IIRC, only one =encoding tag is allowed. But it should probably throw a more interesting error than that, or ignore it if it's the same, maybe. D