libsub-name-perl 0.26-2build1 source package in Ubuntu

Changelog

libsub-name-perl (0.26-2build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 12:10:15 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar 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-2build1.debian.tar.xz 3.5 KiB b7eb49d24b16d14a887b25d05bea3eef6b3cea4c85f8ab8e8026415461686792
libsub-name-perl_0.26-2build1.dsc 2.1 KiB 64c945f949a2de7d9e5596776542513be9b1273f010118c2cafce85e0c62a86f

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