debian/0000755000000000000000000000000012231436146007170 5ustar debian/watch0000644000000000000000000000020511740424563010222 0ustar version=3 http://search.cpan.org/dist/bareword-filehandles/ .*/bareword-filehandles-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611740424563010253 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000246111740424563011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Dagfinn Ilmari Mannsåker Source: http://search.cpan.org/dist/bareword-filehandles/ Upstream-Name: bareword-filehandles Files: * Copyright: 2011, Dagfinn Ilmari Mannsåker License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000011740424563010474 5ustar debian/source/format0000644000000000000000000000001411740424563011702 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011740424563010623 5ustar debian/patches/series0000644000000000000000000000002311740424563012033 0ustar fix_pod_typo.patch debian/patches/fix_pod_typo.patch0000644000000000000000000000105011740424563014343 0ustar Description: fix a typo in pod Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=76421 --- a/lib/bareword/filehandles.pm +++ b/lib/bareword/filehandles.pm @@ -56,7 +56,7 @@ =head1 DESCRIPTION This module lexically disables the use of bareword filehandles with -builtin functions, except for the special builitin filehandles C, +builtin functions, except for the special builtin filehandles C, C, C, C, C and C. =head1 METHODS debian/compat0000644000000000000000000000000211740424563010372 0ustar 9 debian/control0000644000000000000000000000212511740424563010577 0ustar 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.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbareword-filehandles-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libbareword-filehandles-perl.git Homepage: http://search.cpan.org/dist/bareword-filehandles/ 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; debian/changelog0000644000000000000000000000054412231436146011045 0ustar libbareword-filehandles-perl (0.003-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Tue, 22 Oct 2013 09:50:46 +0100 libbareword-filehandles-perl (0.003-1) unstable; urgency=low * Initial Release. (Closes: #668106) -- Florian Schlichting Mon, 09 Apr 2012 02:07:57 +0200