libindirect-perl 0.39-ok2 source package in openKylin
Changelog
libindirect-perl (0.39-ok2) yangtze; urgency=medium * update version. -- zhangyichun <email address hidden> Fri, 30 Sep 2022 15:54:22 +0800
libindirect-perl (0.39-ok2) yangtze; urgency=medium * update version. -- zhangyichun <email address hidden> Fri, 30 Sep 2022 15:54:22 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libindirect-perl_0.39.orig.tar.gz | 51.0 KiB | 71733c4c348e98fdd575b44a52042428c39888a18c25656efe59ef3d7d0d27e5 |
libindirect-perl_0.39-ok2.debian.tar.xz | 2.4 KiB | 03d808a7168e9fab05771e16e58d7fff9ad24d66b936eb4d597db006e18ded1c |
libindirect-perl_0.39-ok2.dsc | 1.8 KiB | 2aa08b54f3c6169a215c49982a0d4d70c00a9c9b65bc950fc03d7f73f7dc219b |
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.