File: control

package info (click to toggle)
libtainting-perl 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 3
  • sloc: perl: 126; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,110 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
Source: libtainting-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@colivre.coop.br>
Build-Depends: debhelper (>= 8),
 perl
Build-Depends-Indep: libtaint-runtime-perl,
 libtest-exception-perl (>= 0.31)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtainting-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtainting-perl.git
Homepage: https://metacpan.org/release/tainting

Package: libtainting-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libtaint-runtime-perl
Description: Perl pragma to enable taint mode lexically
 tainting provides a simpler interface to Taint::Runtime. The idea is so that
 there is no functions or variables to import. Just use or no, like warnings
 or strict. Tainting of %ENV will be done one time automatically the first
 time this module is used.
 .
 Please (PLEASE) read Taint::Runtime's documentation first about the pro's and
 con's of enabling/disabling tainting at runtime. Use -T if you can.