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

Changelog

libsub-name-perl (0.21-1build3) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:35:14 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.21.orig.tar.gz 79.3 KiB bd32e9dee07047c10ae474c9f17d458b6e9885a6db69474c7a494ccc34c27117
libsub-name-perl_0.21-1build3.debian.tar.xz 3.3 KiB 05209e9f0d56db4842e9813ec4e951bda51d833b7877fb6295132766d9f4c790
libsub-name-perl_0.21-1build3.dsc 2.1 KiB 629aa2b44fb732b29120fdb1995c4965e01966aa265979997e9e9cb9d172686f

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