libindirect-perl 0.39-2build3 source package in Ubuntu

Changelog

libindirect-perl (0.39-2build3) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sun, 03 Mar 2024 05:34:11 +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
libindirect-perl_0.39.orig.tar.gz 51.0 KiB 71733c4c348e98fdd575b44a52042428c39888a18c25656efe59ef3d7d0d27e5
libindirect-perl_0.39-2build3.debian.tar.xz 3.9 KiB 4071a9cb384ec6734ba79f92d0da057f058068cb3ac9e37bcfb99ccabda3e888
libindirect-perl_0.39-2build3.dsc 2.2 KiB 6015a62522c9c96f1d6ad938a17e8277b4673f14b42d0336e207bfb485ded9b9

Available diffs

View changes file

Binary packages built by this source

libindirect-perl: module warning about using the indirect object syntax

 When enabled (or disabled as some may prefer to say, since you actually turn
 it on by calling no indirect), the indirect pragma lexically warns about
 indirect object syntax constructs that may have slipped into your code. This
 syntax is now considered harmful, since its parsing has many quirks and its
 use is error prone (when swoosh isn't defined, swoosh $x actually compiles to
 $x->swoosh).
 .
 It currently does not warn for core functions (print, say, exec or system).
 This may change in the future, or may be added as optional features that
 would be enabled by passing options to unimport.
 .
 indirect is not a source filter.

libindirect-perl-dbgsym: debug symbols for libindirect-perl