[MKDoc-modules] [BUG] MKDoc::XML::Stripper can't locate object method

Paul Arzul patricka at mkdoc.com
Fri Sep 12 13:43:43 BST 2003


hi,

if you run the documentation example, you get the error:

---8<---
Can't locate object method "process_data" via package
"MKDoc::XML::Tokenizer" (perhaps you forgot to load
"MKDoc::XML::Tokenizer"?) at
/usr/local/share/perl/5.8.0/MKDoc/XML/Stripper.pm line 66:

my $tokens = MKDoc::XML::Tokenizer->process_data ($data);
--->8---

if i add: use MKDoc::XML::Tokenizer i get the warning:

Use of uninitialized value in hash element at
/usr/local/share/perl/5.8.0/MKDoc/XML/Stripper.pm line 100:
return unless ( $self->{$tag} );
    
otherwise it seems okay. :)

- p



More information about the MKDoc-modules mailing list