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 35 36 37
|
Source: libhtml-display-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
perl,
libhtml-tokeparser-simple-perl,
liburi-perl,
libwww-perl,
libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-display-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-display-perl.git
Homepage: https://metacpan.org/release/HTML-Display
Package: libhtml-display-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libhtml-tokeparser-simple-perl,
liburi-perl,
libwww-perl
Replaces: libwww-mechanize-shell-perl (<< 0.46-1)
Description: module for displaying HTML locally in a browser
HTML::Display abstracts the task of displaying HTML to the user. The
displaying is done by launching a browser and navigating it to either a
temporary file with the HTML stored in it, or, if possible, by pushing the
HTML directly into the browser window.
.
The module tries to automagically select the "correct" browser, but if it
doesn't find a good browser, you can modify the behaviour by setting some
environment variables.
|