NAME
WWW::GoKGS::LibXML - HTML::TreeBuilder::LibXML-based WWW::GoKGS
SYNOPSIS
use WWW::GoKGS::LibXML;
my $gokgs = WWW::GoKGS::LibXML->new(...);
DESCRIPTION
This class inherits all methods from WWW::GoKGS. Unlike WWW::GoKGS
, this class uses HTML::TreeBuilder::LibXML instead of HTML::TreeBuilder::XPath to parse HTML documents. Make sure to install the alternative module in addition to this module.
SEE ALSO
WWW::GoKGS, HTML::TreeBuilder::LibXML
AUTHOR
Ryo Anazawa (anazawa@cpan.org)
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.