| 12
 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
 
 | Source: libbareword-filehandles-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 9.20120312),
 libb-hooks-op-check-perl,
 libextutils-depends-perl,
 liblexical-sealrequirehints-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbareword-filehandles-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbareword-filehandles-perl.git
Homepage: https://metacpan.org/release/bareword-filehandles
Testsuite: autopkgtest-pkg-perl
Package: libbareword-filehandles-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 libb-hooks-op-check-perl,
 liblexical-sealrequirehints-perl
Description: Perl pragma to disable bareword filehandles
 bareword::filehandles lexically disables the use of bareword filehandles
 with builtin functions, except for the special builtin filehandles
 STDIN, STDOUT, STDERR, ARGV, ARGVOUT and DATA. To use it in your
 scripts, simply say
 .
   no bareword::filehandles;
 |