File: control

package info (click to toggle)
libtext-glob-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: perl: 200; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 918 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
Source: libtext-glob-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-glob-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-glob-perl.git
Homepage: https://metacpan.org/release/Text-Glob
Rules-Requires-Root: no

Package: libtext-glob-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for matching globbing patterns against text
 Text::Glob implements glob(3) style matching that can be used to match
 against text, rather than fetching names from a filesystem.  If you
 want to do full file globbing use the File::Glob module instead.