Menu

#4 perlmod2www.pl->Pdoc::Html::Renderers::PerlModule bug

open
nobody
None
5
2006-06-06
2006-06-06
kirovs
No

The code (line 791-792) can cause a crash:
foreach my $sub (@{$entry->get('subroutines')}) {
my $subObj = $begins->fetch('PerlSub',$sub);

-$subObj returned can have the value '_mult'

Can't locate object method "get" via package "_mult"
(perhaps you forgot to load "_mult"?) at
/net/vihren/home/kirovs/pdoc-live//Pdoc/Html/Renderers/PerlModule.pm
line 795, <GEN8> line 3947.

Testcase: XML::XQL module
http://search.cpan.org/~tjmather/XML-XQL-0.68/lib/XML/XQL.pm

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.