libsub-name-perl 0.26-1build3 source package in Ubuntu

Changelog

libsub-name-perl (0.26-1build3) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:46:45 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release 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-1build3.debian.tar.xz 3.4 KiB 8df843e18ae58d255af6179aaf3bf1c0551c16f090855a14a63bb7b00d48fcec
libsub-name-perl_0.26-1build3.dsc 2.1 KiB 3b40264076fe3c15e195a3f1e4cff96815b6c92dcd554c9c87e4ca6e26b3f3bc

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