libpadwalker-perl 2.3-1 source package in Ubuntu

Changelog

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

  * Import upstream version 2.3.
  * Drop 0001-Make-the-test-suite-work-without-cwd-in-INC.patch,
    applied upstream.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.
  * Set bindnow linker flag in debian/rules.

 -- gregor herrmann <email address hidden>  Tue, 02 Jan 2018 00:17:04 +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
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libpadwalker-perl_2.3-1.dsc 2.2 KiB a10ba60986ad4789bb2bfd37e11ebe19ee3eaf70999cd2e43671a2f026a2d6f8
libpadwalker-perl_2.3.orig.tar.gz 15.8 KiB 2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf
libpadwalker-perl_2.3-1.debian.tar.xz 4.7 KiB feb8dad3a7e9ef2273c6ea6e8850ed01b18f0850066da5c551af568b19ecf934

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: No summary available for libpadwalker-perl-dbgsym in ubuntu cosmic.

No description available for libpadwalker-perl-dbgsym in ubuntu cosmic.