File: control

package info (click to toggle)
libdevel-argnames-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • sloc: perl: 37; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,105 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: libdevel-argnames-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libpadwalker-perl,
                     perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdevel-argnames-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdevel-argnames-perl.git
Homepage: https://metacpan.org/release/Devel-ArgNames

Package: libdevel-argnames-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libpadwalker-perl
Description: 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.