tokuhirom / html--treebuilder--libxml

drop-in-replacement for HTML::TreeBuilder::XPath

This URL has Read+Write access

name age message
file .gitignore Mon Jul 20 09:21:04 -0700 2009 Checking in changes prior to tagging of version... [miyagawa]
file .shipit Wed Jul 08 19:04:26 -0700 2009 Checking in changes prior to tagging of version... [tokuhirom]
file Changes Loading commit data...
file MANIFEST.SKIP Tue Mar 24 06:52:01 -0700 2009 Checking in changes prior to tagging of version... [tokuhirom]
file Makefile.PL Wed Jul 08 19:03:44 -0700 2009 fixed deps. [tokuhirom]
file README Tue Mar 24 05:26:18 -0700 2009 initial commit [tokuhirom]
directory lib/
directory t/
directory tools/ Tue Mar 24 07:07:33 -0700 2009 added benchmark script [tokuhirom]
directory xt/ Fri Mar 27 21:34:01 -0700 2009 added ->eof [tokuhirom]
README
This is Perl module HTML::TreeBuilder::LibXML.

INSTALLATION

HTML::TreeBuilder::LibXML installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan HTML::TreeBuilder::LibXML

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

HTML::TreeBuilder::LibXML documentation is available as in POD. So you can do:

    % perldoc HTML::TreeBuilder::LibXML

to read the documentation online with your favorite pager.

Tokuhiro Matsuno