libtrue-perl 0.18-1build2 source package in Ubuntu

Changelog

libtrue-perl (0.18-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 21:03:30 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libtrue-perl_0.18.orig.tar.gz 50.2 KiB ff3d041eb2a522ec6194d7a3888325e8a3ef2238ab51452f0b547696be0b4594
libtrue-perl_0.18-1build2.debian.tar.gz 2.0 KiB c58e176c61c44e28efd678f332c75f4fc8aaae7771f2025f1fc5c6812e8898b3
libtrue-perl_0.18-1build2.dsc 2.2 KiB 70395e1fa8f4bd8395d92bb13c503da5f8bcf54f10888ed6b27047f965ed525a

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.