Subject: | error in prerequisites regarding LibXML? |
When installing via CPANPLUS, the Makefile.PL says that
HTML::TreeBuilder::LibXML is optional, BUT when I choose not to install
it, the tests fail. Also, is there a reason you need the LibXML
version? Why can't you use plain old HTML::TreeBuilder? (LibXML is not
easily available on Windows, so I think you are cutting out a large user
base.)
[LibXML]
- HTML::TreeBuilder::LibXML ...missing. (would need 0.04)
==> Auto-install the 1 optional module(s) from CPAN? [y] n
...
t/xml-simple.t .......... Can't locate HTML/TreeBuilder/LibXML.pm in
@INC (@INC contains: C:\src\.cpanplus\5.10.0\build\Web-Scraper-0.31\inc
C:\src\.cpanplus\5.10.0\build\Web-Scraper-0.31\blib\lib
C:\src\.cpanplus\5.10.0\build\Web-Scraper-0.31\blib\arch
C:\src\.cpanplus\5.10.0\build\Web-Scraper-0.31\blib\lib
C:\src\.cpanplus\5.10.0\build\Web-Scraper-0.31\blib\arch
C:/Perl/site/lib C:/Perl/lib .) at
C:\src\.cpanplus\5.10.0\build\Web-Scraper-0.31\blib\lib/Web/Scraper/LibXML.pm
line 5.
BEGIN failed--compilation aborted at
C:\src\.cpanplus\5.10.0\build\Web-Scraper-0.31\blib\lib/Web/Scraper/LibXML.pm
line 5.
Compilation failed in require at t/xml-simple.t line 3.
BEGIN failed--compilation aborted at t/xml-simple.t line 3.
t/xml-simple.t .......... Dubious, test returned 2 (wstat 512, 0x200)
--
- - Martin 'Kingpin' Thurn