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

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 07:59:47 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl

Downloads

File Size SHA-256 Checksum
libsub-name-perl_0.27.orig.tar.gz 153.9 KiB ecf36fba1c47ca93e1daa394968ed39c4186867459d9cd173c421e2b972043e8
libsub-name-perl_0.27-1build3.debian.tar.xz 3.7 KiB 1754346868abdeb5e7e2520b7f7cd7d299823fc13b4d02706aea83ebfe16c3a5
libsub-name-perl_0.27-1build3.dsc 2.2 KiB c0f25d96568c9936270cff8b1a5dfeccbe43df74767102850ed28b98a21ffef2

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