pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/p5-HTML-TokeParser-Simple
Module name: wip
Committed by: kuli0020
Date: Thu Mar 9 17:58:11 UTC 2006
Import into wip/p5-HTML-TokeParser-Simple
Log Message:
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
easy-to-remember method calls to work with the tokens. Rather than
try to remember a bunch of array indices or try to write a bunch of
constants for them, you can now do something like:
$token->is_start_tag( 'form' )
Instead of
$token->[0] eq 'S' and $token->[1] eq 'form'
WWW: http://search.cpan.org/dist/HTML-TokeParser-Simple/
Status:
Vendor Tag: KULI0020
Release Tags: KULI0020_20060309
N wip/p5-HTML-TokeParser-Simple/DESCR
N wip/p5-HTML-TokeParser-Simple/distinfo
N wip/p5-HTML-TokeParser-Simple/PLIST
N wip/p5-HTML-TokeParser-Simple/Makefile
No conflicts created by this import
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index