libhtml-tokeparser-simple-perl binary package in Ubuntu Precise i386

 This is the CPAN module HTML::TokeParser::Simple.
 .
 HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
 easy-to-remember method calls to work with tokens. For instance,
 rather than writing code like this:
 .
    $token->[0] eq 'S' and $token->[1] eq 'form' .
 .
 you can instead write something simpler like this:
 .
    $token->is_start_tag( 'form' )
 .

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2011-10-13 14:45:10 UTC Published Ubuntu Precise i386 release universe perl Optional 3.15-1
  • Published
  • Copied from ubuntu edgy-release i386 in Primary Archive for Ubuntu