File: control

package info (click to toggle)
libsub-exporter-formethods-perl 0.100052-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 164 kB
  • ctags: 6
  • sloc: perl: 290; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,147 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
Source: libsub-exporter-formethods-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libsub-exporter-perl,
                     libsub-name-perl,
                     libnamespace-autoclean-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsub-exporter-formethods-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsub-exporter-formethods-perl.git
Homepage: https://metacpan.org/release/Sub-Exporter-ForMethods

Package: libsub-exporter-formethods-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libsub-exporter-perl,
         libsub-name-perl
Description: Sub::Exporter extension for handling methods
 Sub::Exporter::ForMethods is a Perl module that allows methods to be easily
 imported into your namespace. It also wraps method calls to a transformation
 routine, which inserts a named frame into stack traces to aid in debugging.