libpadwalker-perl 2.3-1build2 source package in Ubuntu

Changelog

libpadwalker-perl (2.3-1build2) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:33:55 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl

Downloads

File Size SHA-256 Checksum
libpadwalker-perl_2.3.orig.tar.gz 15.8 KiB 2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf
libpadwalker-perl_2.3-1build2.debian.tar.xz 4.8 KiB 70e3c13f1bdd61bded7f9a31fb5f894936596445dba8f1949fc1bb2e5b53df1a
libpadwalker-perl_2.3-1build2.dsc 2.1 KiB 889f43b6d62c72aac6b0dafa626dbb54901004ee7660998ee17f9ebd4a8c8f78

Available diffs

View changes file

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 libpadwalker-perl