File: control

package info (click to toggle)
liburi-find-perl 20100505-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 148 kB
  • ctags: 24
  • sloc: perl: 655; makefile: 38
file content (18 lines) | stat: -rw-r--r-- 784 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: liburi-find-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl, liburi-perl, perl (>= 5.10.1) | libmodule-build-perl (>= 0.3000), perl (>= 5.10.1) | libtest-simple-perl (>= 0.82)
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/URI-Find/

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.