File: control

package info (click to toggle)
libfile-grep-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 88 kB
  • ctags: 7
  • sloc: perl: 188; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libfile-grep-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <sascha@steinbiss.name>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-grep-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-grep-perl.git
Homepage: https://metacpan.org/release/File-Grep
Testsuite: autopkgtest-pkg-perl

Package: libfile-grep-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: module for pattern matching in a series of files
 File::Grep provides similar functionality as perl's builtin grep, map,
 and foreach commands, but iterating over a passed filelist instead of
 arrays.  While trivial, this module can provide a quick dropin when
 such functionality is needed.