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

Changelog

libsub-current-perl (0.02-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 20:14:07 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise 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-1build2.diff.gz 1.5 KiB a3966df70efea5777d9e4a4a897658799b6c38078e5a1fccc96af0ef478273bc
libsub-current-perl_0.02-1build2.dsc 2.1 KiB 9171740fb8fb82300f4f1209fb5df4dcb856cd8c32468ff2c074dd789c99b487

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.