[Lunar-commits] CVS: moonbase/perl/HTML-Tree BUILD, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Veerappan
watryac04 at lunar-linux.org
Fri Feb 13 05:17:26 GMT 2004
Update of /var/cvs/lunar/moonbase/perl/HTML-Tree
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32519/HTML-Tree
Added Files:
BUILD DEPENDS DETAILS
Log Message:
New perl module that creates HTML syntax trees.
--- NEW FILE: BUILD ---
(
perl Makefile.PL &&
make &&
prepare_install &&
make install
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends HTML-Tagset
--- NEW FILE: DETAILS ---
MODULE=HTML-Tree
VERSION=3.18
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.cpan.org/authors/id/S/SB/SBURKE/$SOURCE
WEB_SITE=http://gisle.aas.no
ENTERED=20040212
UPDATED=20040212
SHORT="HTML::TreeBuilder - Parser that builds an HTML syntax tree"
cat << EOF
This is a parser that builds (and actually itself is) a HTML syntax tree.
Objects of this class inherit the methods of both HTML::Parser and HTML::Element. After parsing has taken place it can be regarded as
the syntax tree itself.
EOF
More information about the Lunar-commits
mailing list