hidek / html--treebuilder--libxml forked from tokuhirom/html--treebuilder--libxml
- Source
- Commits
- Network (2)
- Downloads (12)
- Wiki (1)
- Graphs
-
Tree:
0ef6709
kimura.hideo (author)
Tue Oct 06 06:38:19 -0700 2009
commit 0ef67096a5db6c41a9a14eae98cc25c3a56b1a88
tree a18de0edcf3d41f14c81c9d8b1018bb676a3ee99
parent 3786603070554790e9ebdffaa949a272d4087c00
tree a18de0edcf3d41f14c81c9d8b1018bb676a3ee99
parent 3786603070554790e9ebdffaa949a272d4087c00
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 20 09:21:04 -0700 2009 | |
| |
.shipit | Wed Jul 08 19:04:26 -0700 2009 | |
| |
Changes | ||
| |
MANIFEST.SKIP | Tue Mar 24 06:52:01 -0700 2009 | |
| |
Makefile.PL | Wed Jul 08 19:03:44 -0700 2009 | |
| |
README | Tue Mar 24 05:26:18 -0700 2009 | |
| |
lib/ | ||
| |
t/ | ||
| |
tools/ | Tue Mar 24 07:07:33 -0700 2009 | |
| |
xt/ | Fri Mar 27 21:34:01 -0700 2009 |
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

