libpadwalker-perl 2.1-1 source package in Ubuntu

Changelog

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

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata.

  * Import upstream version 2.1.
    Fixes "FTBFS with perl 5.22" (Closes: #787439)
  * Refresh dead-lexicals-rt55242.patch (offset).
  * Update lintian override for multiarch paths.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <email address hidden>  Tue, 02 Jun 2015 20:07:07 +0200

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

Downloads

File Size SHA-256 Checksum
libpadwalker-perl_2.1-1.dsc 2.3 KiB bc243f6b70cb9fc14f73c2a94a8f6a69b867d358e1cb3d4df6d3766bac62fc79
libpadwalker-perl_2.1.orig.tar.gz 15.7 KiB fd5bed56543c46ea27a04a690c0504c72192235516fd9fa9af6fd6e220555a6e
libpadwalker-perl_2.1-1.debian.tar.xz 4.4 KiB 5b45d6ff7ff1048aeecf77ca0ecfd91cd54ffc6883950020ef51a3e1f048a79f

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 wily.

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