libpadwalker-perl 2.5-1build6 source package in Ubuntu

Changelog

libpadwalker-perl (2.5-1build6) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 07:54:36 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Downloads

File Size SHA-256 Checksum
libpadwalker-perl_2.5.orig.tar.gz 16.0 KiB 07b26abb841146af32072a8d68cb90176ffb176fd9268e6f2f7d106f817a0cd0
libpadwalker-perl_2.5-1build6.debian.tar.xz 5.3 KiB fdc3bce363f988a947e9c88a54520c246198992c26c759a0e4b5a84319ce149f
libpadwalker-perl_2.5-1build6.dsc 2.2 KiB 9795dbcf115d9a6a4daf5fabbca9a852dce6f2d5e6c43e97a3e2a8b02425b4b2

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