File: control

package info (click to toggle)
libhtml-fromtext-perl 2.07-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: perl: 430; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,452 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
35
36
Source: libhtml-fromtext-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, 
                     libscalar-list-utils-perl, 
                     libhtml-parser-perl, 
                     libregexp-common-perl, 
                     libemail-find-perl, 
                     libexporter-lite-perl, 
                     libtest-pod-perl,
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Francesco Cecconi <francesco.cecconi@gmail.com>
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-fromtext-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-fromtext-perl.git
Homepage: https://metacpan.org/release/HTML-FromText

Package: libhtml-fromtext-perl
Architecture: all
Depends: ${perl:Depends}, 
         ${misc:Depends}, 
         libscalar-list-utils-perl, 
         libhtml-parser-perl, 
         libregexp-common-perl, 
         libemail-find-perl, 
         libexporter-lite-perl
Description: module to marks up plain text as HTML
 This is the CPAN Perl module HTML::FromText.
 .
 By default it converts HTML metacharacters into the corresponding entities.
 More sophisticated transformations, such as splitting the text into
 paragraphs or marking up bulleted lists, can be carried out by setting
 the appropriate options.