libindirect-perl 0.39-2build2 source package in Ubuntu

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Thu, 11 Jan 2024 03:51:08 +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-2build2.debian.tar.xz 3.9 KiB 91d3e56125d0a09563c4d3a8f34a20f3dbe59b5cae1eaaf4aed8d904677a11b8
libindirect-perl_0.39-2build2.dsc 2.2 KiB a8dfed209af98af79fbb190e4a283b5638993f88b452ff8b6096f3f036da8662

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