NOTICE: This package has been removed from pkgsrc

./wip/p5-HTML-TokeParser-Simple, Subclass of HTML::TokeParser with easy-to-remember method calls

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.14, Package name: p5-HTML-TokeParser-Simple-3.14, Maintainer: kuli0020

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'


Required to run:
[www/p5-HTML-Parser]

Master sites: (Expand)

SHA1: 9254f098a99de0417a42394b22e1b7a95ef8e580
RMD160: e1a7645eb0f8665931079fb4599e22c8f071a7e7
Filesize: 15.614 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-12 19:37:30 by abs | Files touched by this commit (48) | Package removed
Log message:
Renmove the following packages which are available in main pkgsrc
(and update any DEPENDS lines to match)
    p5-CLASS
    p5-Email-FolderType
    p5-Email-LocalDelivery
    p5-Exporter-Lite
    p5-File-MMagic-XS
    p5-File-Path-Expand
    p5-HTML-TokeParser-Simple
    p5-MARC-Record
    p5-Net-Z3950-ZOOM
    p5-Sub-Override
    p5-Test-MockModule
    p5-Tie-Array-Sorted
    p5-aliased
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2006-04-13 19:48:59 by Roman Kulik | Files touched by this commit (1)
Log message:
Removed WWW: line from DESCR file.
   2006-03-09 18:58:11 by Roman Kulik | Files touched by this commit (4) | Imported package
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/