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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:53:18 +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-1build2.debian.tar.xz 3.6 KiB c06ab40cdefb294b876554c9f3a610afeef64016f14505b6440a4a257165f357
libsub-name-perl_0.27-1build2.dsc 2.1 KiB 912f8b29b639cb68df1b73924a7eb5a6de619dbf58e4d5e7de10788eb9c47a5d

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