libtrue-perl 0.18-1build1 source package in Ubuntu

Changelog

libtrue-perl (0.18-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Mon, 09 May 2011 23:36:31 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtrue-perl_0.18.orig.tar.gz 50.2 KiB ff3d041eb2a522ec6194d7a3888325e8a3ef2238ab51452f0b547696be0b4594
libtrue-perl_0.18-1build1.debian.tar.gz 2.1 KiB a99302522a14e8304ef69f52730b36e4fd69518efc56fa02270472a017e38a7f
libtrue-perl_0.18-1build1.dsc 2.1 KiB 41946a665f0b74e155fbc7dfbc2b87a8749b5c002dc46687e940896148f71bfd

Available diffs

View changes file

Binary packages built by this source

libtrue-perl: automatically return a true value when a file is required

 Perl's require builtin (and its use wrapper) requires the files it loads to
 return a true value. This is usually accomplished by placing a single
 .
 1;
 .
 statement at the end of included scripts or modules. It's not onerous to add
 but it's a speed bump on the Perl novice's road to enlightenment.
 .
 This module packages this "return true" behaviour so that it need not be
 written explicitly.