Source: libbareword-filehandles-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting 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;