tokuhirom / html--treebuilder--libxml
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (13)
- Wiki (1)
- Graphs
-
Branch:
master
| 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

