libtrue-perl 1.0.2-2build3 source package in Ubuntu

Changelog

libtrue-perl (1.0.2-2build3) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sun, 03 Mar 2024 05:46:53 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtrue-perl_1.0.2.orig.tar.gz 126.0 KiB 6a1ccd4008d4cc66ded4e2a1694b5b2a21d7655e276e1354160012ba2be2a284
libtrue-perl_1.0.2-2build3.debian.tar.xz 5.9 KiB 876a72b9556a0f9f9dcb76dd9aa366f9446dc8d54a45aaad2833be72fda260ac
libtrue-perl_1.0.2-2build3.dsc 2.2 KiB fc9e427a4887a98e3de8c5168d01145de65e78eaa9f548f36abca7539376c001

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.

libtrue-perl-dbgsym: debug symbols for libtrue-perl