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

Changelog

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

  * Team upload.
  * Import upstream version 0.27.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 11 Jun 2023 03:17:48 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main perl

Downloads

File Size SHA-256 Checksum
libsub-name-perl_0.27-1.dsc 2.3 KiB 823426d65878883551ddc220386b39555d4343a85f873562e5cc0d213799857f
libsub-name-perl_0.27.orig.tar.gz 153.9 KiB ecf36fba1c47ca93e1daa394968ed39c4186867459d9cd173c421e2b972043e8
libsub-name-perl_0.27-1.debian.tar.xz 3.5 KiB 308a155bc7045541a31b84a8fd3e4536c1345267b521abb22937996c673a6fbd

Available diffs

No changes file available.

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