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

Changelog

libsub-name-perl (0.05-1build3) quantal; urgency=low

  * Rebuild for new armel compiler default of ARMv5t.
 -- Colin Watson <email address hidden>   Fri, 05 Oct 2012 09:37:25 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Quantal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsub-name-perl_0.05.orig.tar.gz 3.4 KiB c9d1b805ea1f8e35fdde319468d6378dc1f1123cd8f2b22788238ba842713af1
libsub-name-perl_0.05-1build3.debian.tar.gz 2.3 KiB b8b650e485b73d4b8078091bb5e3cb85fdf43ddba91fdddb11dab046f2702ee9
libsub-name-perl_0.05-1build3.dsc 2.1 KiB 1297ec91d87ad5201ea5c87f900a7ba4b126f54cdfbdbaa832956ae7f4386f68

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.