File: control

package info (click to toggle)
libwww-mechanize-treebuilder-perl 1.20000-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 1,418; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,459 bytes parent folder | download
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
Source: libwww-mechanize-treebuilder-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: perl,
                     libhtml-tree-perl,
                     libhtml-treebuilder-xpath-perl,
                     libmoose-perl,
                     libmoosex-role-parameterized-perl,
                     libtest-www-mechanize-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-mechanize-treebuilder-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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,
         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.