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

 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
  2013-10-18 14:25:21 UTC Published Ubuntu Trusty i386 release universe perl Optional 3.16-1
  • Published
  • Copied from ubuntu saucy-proposed i386 in Primary Archive for Ubuntu