Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 55489
Status: resolved
Priority: 0/
Queue: Pod-Readme

People
Owner: rrwo [...] cpan.org
Requestors: avar [...] cpan.org
Cc:
AdminCc:

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



Subject: Pod::Readme fails on =encoding directives
aoeu hailo (master) $ ack =encoding lib/Hailo.pm =encoding utf8 aoeu hailo (master) $ pod2readme lib/Hailo.pm Can't locate object method "cmd_encoding" via package "Pod::Readme" at /usr/share/perl/5.10/Pod/PlainText.pm line 162, <$in_fh> line 567.
Just hit this problem as well. It makes using Module::Build's "create_readme" feature difficult with encodings.
Somehow, I'd not seen this ticket. I updated Pod::Readme to not die on =encoding directives in 0.11 last year, but haven't had a chance to work out a way for it to actually act upon =encoding directives yet. At least it doesn't currently crash and burn like it used to.
This ticket will be mooted in v1.0, since it will be filtering POD and using separate podlators to convert the POD into text/markdown/etc.