Subject: | Undeclared dependencies |
I'm watching cpantesters and found the two interesting error reports
containing
http://nntp.x.perl.org/group/perl.cpan.testers/5891528
and
http://nntp.x.perl.org/group/perl.cpan.testers/5890904
containint Can't locate LWP/Simple.pm and
Can't locate Algorithm/Diff.pm, respectively.
Usually this means that these modules are needed but not declared as
prerequisites. Indeed I do not see them in the Makfile.PL. But what I do
find there makes me wonder how this is intended to work:
requires "XHTML::Util" => undef;
So who wants to install XHTML::Util needs an older version of
XHTML::Util installed? Chicken or Egg:)
Regards,