libsub-name-perl 0.27-ok1 source package in openKylin

Changelog

libsub-name-perl (0.27-ok1) nile; urgency=medium

  * Sync upstream version.

 -- zhouganqing <email address hidden>  Tue, 09 Jul 2024 17:02:46 +0800

Upload details

Uploaded by:
周淦清
Sponsored 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
libsub-name-perl_0.27.orig.tar.gz 153.9 KiB ecf36fba1c47ca93e1daa394968ed39c4186867459d9cd173c421e2b972043e8
libsub-name-perl_0.27-ok1.debian.tar.xz 1.9 KiB 9c5c6962e7ff082588b0aea7e0b04a4bd7d24d44a114290863fd2fb36cf1b953
libsub-name-perl_0.27-ok1.dsc 1.8 KiB f280ac41a630cd322ee179d0a9716d56604e73a1e8616745932677ee05b91536

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