File: control

package info (click to toggle)
liburi-find-perl 20160806-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 228 kB
  • ctags: 21
  • sloc: perl: 1,387; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,190 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
Source: liburi-find-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     liburi-perl (>= 1.60),
                     libcgi-pm-perl | perl (<< 5.19),
                     libtest-pod-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liburi-find-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liburi-find-perl.git
Homepage: https://metacpan.org/release/URI-Find

Package: liburi-find-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         liburi-perl (>= 1.60),
         libcgi-pm-perl | perl (<< 5.19)
Description: module to find URIs in arbitrary text
 URI::Find does one thing: Finds URIs and URLs in plain text.  It finds
 them quickly and it finds them all (or what URI::URL considers a URI
 to be.)  It only finds URIs which include a scheme (http:// or the
 like); for something a bit less strict have a look at
 URI::Find::Schemeless.