libtrue-perl 1.0.2-2build4 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:48:30 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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-2build4.debian.tar.xz 6.0 KiB 0dc032e74a2f52454e2cca2f262ebd1094471c22468227899349da1edec9e3df
libtrue-perl_1.0.2-2build4.dsc 2.4 KiB c4c4c119346c4c550f250c24a71e8d8eb36608914d2ead38c422b5dd4f250bb2

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