File: control

package info (click to toggle)
libsignatures-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 340 kB
  • ctags: 816
  • sloc: perl: 1,227; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download
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
26
27
28
29
Source: libsignatures-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), libb-hooks-op-check-perl (>= 0.17),
  libb-hooks-parser-perl (>= 0.07), libb-hooks-op-ppaddr-perl,
  libb-hooks-endofscope-perl (>= 0.08), perl (>= 5.6.0-12),
  libextutils-depends-perl, libperl6-junction-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/signatures/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsignatures-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsignatures-perl/

Package: libsignatures-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
  libb-hooks-op-check-perl (>= 0.17), libb-hooks-parser-perl (>= 0.07),
  libb-hooks-op-ppaddr-perl, libb-hooks-endofscope-perl (>= 0.08)
Description: Perl module for subroutine signatures with no source filter
 With signatures, you can specify subroutine signatures and have
 variables automatically defined within the subroutine. Note that,
 although the syntax is very similar, the signatures provided by this
 module are not to be confused with the prototypes described in
 perlsub. All this module does is extracting items of @_ and assigning
 them to the variables in the parameter list. No argument validation
 is done at runtime.