File: control

package info (click to toggle)
libdevel-argnames-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 76 kB
  • ctags: 2
  • sloc: perl: 37; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 957 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libdevel-argnames-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libpadwalker-perl, libtest-use-ok-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Devel-ArgNames/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-argnames-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-argnames-perl/

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.