File: control

package info (click to toggle)
liburi-find-simple-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 41; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,159 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
Source: liburi-find-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: liburi-find-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liburi-find-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liburi-find-simple-perl.git
Homepage: https://metacpan.org/release/URI-Find-Simple
Rules-Requires-Root: no

Package: liburi-find-simple-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liburi-find-perl
Description: simple interface to URI::Find
 URI::Find is all very well, but sometimes you just want a list of the links
 in a given piece of text, or you want to change all the urls in some text
 somehow, and don't want to mess with callback interfaces.
 .
 URI::Find::Simple uses URI::Find, but hides the callback interface, providing
 two functions - one to list all the uris, and one to change all the uris.