Source: libhtml-tokeparser-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christian Sánchez <csanchez@unplug.org.ve>,
 gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
 libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)
Build-Depends-Indep: perl,
                     libhtml-parser-perl,
                     libsub-override-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-tokeparser-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-tokeparser-simple-perl.git
Homepage: https://metacpan.org/release/HTML-TokeParser-Simple/

Package: libhtml-tokeparser-simple-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-parser-perl
Description: Perl module used to tokenize HTML documents
 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' )

