libsub-name-perl 0.27-1build1 source package in Ubuntu

Changelog

libsub-name-perl (0.27-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:48:03 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsub-name-perl_0.27.orig.tar.gz 153.9 KiB ecf36fba1c47ca93e1daa394968ed39c4186867459d9cd173c421e2b972043e8
libsub-name-perl_0.27-1build1.debian.tar.xz 3.6 KiB 6d41d4cd8432835a14bd16bb4b6ecadcc08154e82c98bdb6062a13fdb1543983
libsub-name-perl_0.27-1build1.dsc 2.1 KiB f83aa0a81e9823a46e2254a76fc6faba4b9901d7419a76e119ad4eb736880ede

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