libpadwalker-perl 2.2-1 source package in Ubuntu

Changelog

libpadwalker-perl (2.2-1) unstable; urgency=medium

  * Import upstream version 2.2
  * Referesh dead-lexicals-rt55242.patch patch
  * Update copyright years for debian/* packaging files

 -- Salvatore Bonaccorso <email address hidden>  Sun, 25 Oct 2015 09:34:51 +0100

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

Downloads

File Size SHA-256 Checksum
libpadwalker-perl_2.2-1.dsc 2.1 KiB 3171a49590f6cc51258ab22d2e2822cdfb2fda3b152fe6f09c88efcf716c22a8
libpadwalker-perl_2.2.orig.tar.gz 15.8 KiB fc1df2084522e29e892da393f3719d2c1be0da022fdd89cff4b814167aecfea3
libpadwalker-perl_2.2-1.debian.tar.xz 4.5 KiB 335ebda8e2636dac79f4c8a660f1d3aa6ab1abb115c160b14adb88016d1a9e6f

Available diffs

No changes file available.

Binary packages built by this source

libpadwalker-perl: module to inspect and manipulate lexical variables

 PadWalker is a module that allows you to inspect and even modify lexical
 variables in the current "lexical pad stack." Perl tracks which variables
 are accessible and visible in each lexical scope by keeping a separate
 set of variables for each scope. This module looks for a given variable
 by traversing that stack, which allows it to alter anything in the stack,
 even variables not normally accessible in the current scope.
 .
 In practise, this module is useful for checking anything defined in the full
 stack of subroutines that called your function, making it extremely useful
 for debugging. It is, however, not recommended for use in production code.

libpadwalker-perl-dbgsym: debug symbols for package libpadwalker-perl

 PadWalker is a module that allows you to inspect and even modify lexical
 variables in the current "lexical pad stack." Perl tracks which variables
 are accessible and visible in each lexical scope by keeping a separate
 set of variables for each scope. This module looks for a given variable
 by traversing that stack, which allows it to alter anything in the stack,
 even variables not normally accessible in the current scope.
 .
 In practise, this module is useful for checking anything defined in the full
 stack of subroutines that called your function, making it extremely useful
 for debugging. It is, however, not recommended for use in production code.