libpadwalker-perl 2.5-ok2build1 source package in openKylin

Changelog

libpadwalker-perl (2.5-ok2build1) nile; urgency=medium

  * No-change rebuild for perl5.36.0.

 -- Luoyaoming <email address hidden>  Tue, 16 Apr 2024 19:47:15 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libpadwalker-perl_2.5.orig.tar.gz 16.0 KiB 07b26abb841146af32072a8d68cb90176ffb176fd9268e6f2f7d106f817a0cd0
libpadwalker-perl_2.5-ok2build1.debian.tar.xz 2.0 KiB 37e862850f2aa5b8fa961107c9740fb14b67a24137840dba0bbd36478640b686
libpadwalker-perl_2.5-ok2build1.dsc 1.8 KiB 1e6e154baed3e50bab6de0d8412ef099d96394e9942248f702257578069a8ade

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