libtrue-perl 0.18-1build3 source package in Ubuntu

Changelog

libtrue-perl (0.18-1build3) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 16:04:07 +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 universe perl

Downloads

File Size SHA-256 Checksum
libtrue-perl_0.18.orig.tar.gz 50.2 KiB ff3d041eb2a522ec6194d7a3888325e8a3ef2238ab51452f0b547696be0b4594
libtrue-perl_0.18-1build3.debian.tar.gz 2.0 KiB 37ce9fb38f43b4776311fade870a70ad9f6ec076df1ed3bdb1d79dddc2a486ae
libtrue-perl_0.18-1build3.dsc 2.2 KiB f321fa30e9dd127fb24fe0cbb7025356cc45d807a6115ee39f53785ffb071dca

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.