Subject: | Missing Dependency on HTML::Entities |
Hi:
Your module, Text::Context::Para, requires HTML::Entities, however, that
module isn't declared as a dependency. Your use of UNIVERSAL::require
without checking the result masks this error.
I believe it will fix failures like this:
http://www.nntp.perl.org/group/perl.cpan.testers/2006/09/msg345977.html
Simply by declaring a dependency on HTML::Entities
Cheers,
Jonathan