hidek / html--treebuilder--libxml forked from tokuhirom/html--treebuilder--libxml

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

This URL has Read+Write access

kimura.hideo (author)
Tue Oct 06 06:38:19 -0700 2009
commit  0ef67096a5db6c41a9a14eae98cc25c3a56b1a88
tree    a18de0edcf3d41f14c81c9d8b1018bb676a3ee99
parent  3786603070554790e9ebdffaa949a272d4087c00
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