File: control

package info (click to toggle)
liburi-find-perl 20111103-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 172 kB
  • ctags: 20
  • sloc: perl: 687; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 929 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: liburi-find-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, liburi-perl, perl (>= 5.10.1) | libmodule-build-perl (>= 0.3000), perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/URI-Find/
Vcs-Git: git://anonscm.debian.org/users/dom/liburi-find-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/liburi-find-perl.git

Package: liburi-find-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl
Description:  Find URIs in arbitrary text
 This module 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.