Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-Pod2Epub CPAN distribution.

Report information
The Basics
Id: 69413
Status: resolved
Priority: 0/
Queue: App-Pod2Epub

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

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



Subject: Can't locate object method "html_encode_chars"
I'm getting some odd errors running the app: % pod2epub /home/waltman/perl5/perlbrew/perls/perl5.14.1/lib/5.14.1/pod/perlpacktut.pod -o perlpacktut.epub Can't locate object method "html_encode_chars" via package "http://search.cpan.org/perldoc?perlfunc#pack" (perhaps you forgot to load "http://search.cpan.org/perldoc?perlfunc#pack"?) at /home/waltman/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/Pod/Simple/XHTML.pm line 66, <$in_fh> line 220. % pod2epub /home/waltman/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/LWP/Simple.pm -o LWP-Simple.epub Can't locate object method "html_encode_chars" via package "http://search.cpan.org/perldoc?LWP::UserAgent" (perhaps you forgot to load "http://search.cpan.org/perldoc?LWP::UserAgent"?) at /home/waltman/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/Pod/Simple/XHTML.pm line 66, <$in_fh> line 160. I'm guessing I'm missing a dependency, but I can't figure out what.
On Mon Jul 11 19:03:41 2011, WALTMAN wrote: Show quoted text
> I'm getting some odd errors running the app:
Hi, It looks like a recent upgrade of Pod::Simple::XHTML changed in some way that is causing pod2epub to fail. I'll look into it. In the meantime if you need to get this working you could roll back to an earlier version of Pod::Simple, for example 3.06. John. --
Same problem here. Any updates?
On Sun Sep 02 13:26:03 2012, http://neilhwatson.myopenid.com/ wrote: Show quoted text
> Same problem here. Any updates?
I've pushed a new version (0.05) of App::Pod2Epub that should resolve this issue. Give it a try and let me know if you encounter any issues. John.
Fixed in version 0.05. Closing the issue. Thanks for the bug report. John. --