libdevel-caller-perl 2.06-1build1 source package in Ubuntu

Changelog

libdevel-caller-perl (2.06-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 14:28:50 +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 main perl

Downloads

File Size SHA-256 Checksum
libdevel-caller-perl_2.06.orig.tar.gz 6.4 KiB 6a73ae6a292834255b90da9409205425305fcfe994b148dcb6d2d6ef628db7df
libdevel-caller-perl_2.06-1build1.debian.tar.gz 2.8 KiB b6a2c8eef08b359e6baf841561a4db93c8b132a07d7ebad53104da348c4d6e1f
libdevel-caller-perl_2.06-1build1.dsc 2.2 KiB e348e8b05e5b1adc1df452bdece718efc0b0f3adf47fe62ece55130f293631ac

Available diffs

View changes file

Binary packages built by this source

libdevel-caller-perl: module providing enhanced caller() support

 Devel::Caller is a Perl module that provides several useful functions for
 introspecting your code deeper than the internal function "caller()" does. It
 allows you to access arguments passed to a function or even retrieve the code
 reference of the subroutine being invoked at the call frame indicated by the
 given level.