File: control

package info (click to toggle)
libfilter-perl 1.64-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: perl: 963; makefile: 10
file content (40 lines) | stat: -rw-r--r-- 1,205 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
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: libfilter-perl
Section: perl
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libtest-pod-perl <!nocheck>,
 perl-xs-dev,
 perl:native,
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/Filter/
Vcs-Git: https://salsa.debian.org/debian/libfilter-perl.git
Vcs-Browser: https://salsa.debian.org/debian/libfilter-perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
X-Style: black

Package: libfilter-perl
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Recommends:
 cpp,
Suggests:
 libcompress-zlib-perl,
Description: Perl source filters
 Source filters alter the program text of a module before Perl sees it, much
 as a C preprocessor alters the source text of a C program before the
 compiler sees it.
 .
 This package contains a number of source filters, including:
 .
   exec and sh: pipe the source file through an external command
   cpp: pipe the source file through the C preprocessor
   decrypt: example of simple (though weak!) source obfuscation
   tee: copy filtered source to a file (debugging aid)
 .
 A substantial amount of documentation and examples is also included.