libsub-current-perl 0.02-1build3 source package in Ubuntu

Changelog

libsub-current-perl (0.02-1build3) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:47:18 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libsub-current-perl_0.02.orig.tar.gz 2.3 KiB c98cb4edaa7db2f33e9ae9c1032ac2fce65a45cc223a0136c4c02e2bb5d2a59b
libsub-current-perl_0.02-1build3.diff.gz 1.5 KiB 5c4a9cde23f5203261fe4d56a1f74d5b2b3d74ed639f46e80016aed6adf41464
libsub-current-perl_0.02-1build3.dsc 2.1 KiB 436708eb789394fb8b17e960549fcda9367456d787e2f116cf9ee3498ead3a35

Available diffs

View changes file

Binary packages built by this source

libsub-current-perl: Perl module to determine the executing subroutine

 Sub::Current provides a fairly magical function called ROUTINE() which returns
 a code reference pointing at the currently executing subroutine. It does not
 make sense to use this inside a special block (such as BEGIN, END, UNITCHECK,
 CHECK or INIT) or at the top level of a program, so ROUTINE will return undef.