libpadwalker-perl 2.5-1build3 source package in Ubuntu

Changelog

libpadwalker-perl (2.5-1build3) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 12:05:42 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libpadwalker-perl_2.5.orig.tar.gz 16.0 KiB 07b26abb841146af32072a8d68cb90176ffb176fd9268e6f2f7d106f817a0cd0
libpadwalker-perl_2.5-1build3.debian.tar.xz 5.2 KiB 768f19571d0ead79353ca5bea1026bb8ef36dc1b92913e65539f687dbce45343
libpadwalker-perl_2.5-1build3.dsc 2.1 KiB bd97b048596fd73092c403d68ee714d079213a138f4211bd40b733c44ed8b6f4

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