File: control

package info (click to toggle)
libwww-mechanize-treebuilder-perl 1.20000-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 116
  • sloc: perl: 1,418; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,593 bytes parent folder | download | duplicates (2)
1
2
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.