libindirect-perl 0.39-ok3 source package in openKylin

Changelog

libindirect-perl (0.39-ok3) nile; urgency=medium

  * No change rebuild against perl-5.36

 -- CI Bot <email address hidden>  Tue, 23 Apr 2024 12:42:17 +0000

Upload details

Uploaded by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
OpenKylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libindirect-perl_0.39.orig.tar.gz 51.0 KiB 71733c4c348e98fdd575b44a52042428c39888a18c25656efe59ef3d7d0d27e5
libindirect-perl_0.39-ok3.debian.tar.xz 2.4 KiB 5487fb7580f78520f296f6a73ecf82b2296a9c96b4d5eac618da6cb18c9b75e7
libindirect-perl_0.39-ok3.dsc 1.8 KiB 16381bbfbfa842cac375bfaf96989a411f34e12ee2d977eb386f45c0d3609c6c

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