libbareword-filehandles-perl 0.003-1build1 source package in Ubuntu

Changelog

libbareword-filehandles-perl (0.003-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Tue, 22 Oct 2013 09:50:46 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libbareword-filehandles-perl_0.003.orig.tar.gz 53.0 KiB be4334b476d6eead4d05b2e3587157c592470ef6dbff9298683ad7fee7a825fa
libbareword-filehandles-perl_0.003-1build1.debian.tar.gz 1.9 KiB b5b78ab8f162cd415a96f7fac7fdcfa58494fe72164fe8d3910802114c7aa817
libbareword-filehandles-perl_0.003-1build1.dsc 2.3 KiB 4bd7fb08c1fa6e4b0270e3ea8dc65243ba028601332368ce8494780379d8e1b8

View changes file

Binary packages built by this source

libbareword-filehandles-perl: 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;