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

Changelog

libsub-name-perl (0.26-ok3) nile; urgency=medium

  * No change rebuild against perl-5.36

 -- CI Bot <email address hidden>  Mon, 15 Apr 2024 06:55:23 +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

Downloads

File Size SHA-256 Checksum
libsub-name-perl_0.26.orig.tar.gz 82.9 KiB 2d2f2d697d516c89547e7c4307f1e79441641cae2c7395e7319b306d390df105
libsub-name-perl_0.26-ok3.debian.tar.xz 6.4 KiB 1bae0160ebdce12a80c429da754a446f24ce89a4ae90991b2645aa2195626382
libsub-name-perl_0.26-ok3.dsc 1.8 KiB 7dde53bf6f4198a0bf22c9c635c6468ad24f8682926d73c4644a45b77206fa6a

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