libdevel-argnames-perl 0.03-3 source package in Ubuntu

Changelog

libdevel-argnames-perl (0.03-3) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-simple-perl and
      perl.
  * Bump debhelper from old 12 to 13.
  * Remove overrides for lintian tags that are no longer supported.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 15:35:10 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-argnames-perl_0.03-3.dsc 2.1 KiB 9741c98f1f20e80be83caebf723bb8a76a35346e83c5ac3d0b270056cad0fc90
libdevel-argnames-perl_0.03.orig.tar.gz 2.9 KiB 59cc9e6b77af9b4b1a24bbe858d700d0909282b26dfb7f7963adb8bca3edce98
libdevel-argnames-perl_0.03-3.debian.tar.xz 2.2 KiB 0a08027806db2fdbfd66976150fb5699ae16fc47ee2f45947d944b8c16b2b80f

Available diffs

No changes file available.

Binary packages built by this source

libdevel-argnames-perl: module providing access to subroutine variable names

 Devel::ArgNames provides an arg_names function that returns the names
 associated with @_. This makes it easy to define a more user friendly
 debugging function that prints out the values passed to a subroutine
 together with the associated variable names.