libsub-name-perl 0.26-ok2 source package in openKylin

Changelog

libsub-name-perl (0.26-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 04:43:10 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libsub-name-perl_0.26.orig.tar.gz 82.9 KiB 2d2f2d697d516c89547e7c4307f1e79441641cae2c7395e7319b306d390df105
libsub-name-perl_0.26-ok2.debian.tar.xz 6.3 KiB 52626f0f113794f21399649b1ed590e814a4beafcf4dbb608b6c03bda7ec80a4
libsub-name-perl_0.26-ok2.dsc 1.8 KiB 6383a120b6e16bcda24ba49ffdfc69fe800e12ee7da6ba8704d3e2c8bb07ee19

Available diffs

View changes file

Binary packages built by this source

libsub-name-perl: module for assigning a new name to referenced sub

 Sub::Name has only one function, which is also exported by default:
 .
 subname NAME, CODEREF
 .
 Assigns a new name to referenced sub. If package specification is
 omitted in the name, then the current package is used. The return
 value is the sub.
 .
 The name is only used for informative routines (caller, Carp, etc).
 You won't be able to actually invoke the sub by the given name. To
 allow that, you need to do glob-assignment yourself.

libsub-name-perl-dbgsym: debug symbols for libsub-name-perl