| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 
 | Source: libwww-mechanize-treebuilder-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
           Xavier Oswald <xoswald@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libhtml-tree-perl,
                     libhtml-treebuilder-xpath-perl,
                     libmoose-perl (>= 2.1200),
                     libmoosex-role-parameterized-perl,
                     libtest-www-mechanize-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwww-mechanize-treebuilder-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwww-mechanize-treebuilder-perl.git
Homepage: https://metacpan.org/release/WWW-Mechanize-TreeBuilder
Package: libwww-mechanize-treebuilder-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-tree-perl,
         libhtml-treebuilder-xpath-perl,
         libmoose-perl (>= 2.1200),
         libmoosex-role-parameterized-perl
Description: Perl module integrating WWW::Mechanize and HTML::TreeBuilder
 WWW::Mechanize::TreeBuilder is a Perl module that combines the functionality
 of WWW::Mechanize and HTML::TreeBuilder in a much more convenient format. It
 improves code quality and provides some better integration of these two
 modules, making it significantly more convenient to work with.
 |