libindirect-perl 0.39-2build1 source package in Ubuntu

Changelog

libindirect-perl (0.39-2build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 21:30:58 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main perl
Lunar release main perl

Downloads

File Size SHA-256 Checksum
libindirect-perl_0.39.orig.tar.gz 51.0 KiB 71733c4c348e98fdd575b44a52042428c39888a18c25656efe59ef3d7d0d27e5
libindirect-perl_0.39-2build1.debian.tar.xz 3.8 KiB 6c82068e5f9775f4c191a739c898676c548ae12cd71159617f2c85c04e6a9a46
libindirect-perl_0.39-2build1.dsc 2.2 KiB 4462dbca33982068b2419e549d1aa1af01c52cd947e76420f3ec99cdbed9bdc5

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