File: control

package info (click to toggle)
libdevel-caller-ignorenamespaces-perl 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 140 kB
  • sloc: perl: 139; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,051 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
Source: libdevel-caller-ignorenamespaces-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-caller-ignorenamespaces-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdevel-caller-ignorenamespaces-perl.git
Homepage: https://metacpan.org/release/Devel-Caller-IgnoreNamespaces

Package: libdevel-caller-ignorenamespaces-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for hiding namespaces from caller()
 Devel::Caller::IgnoreNamespaces is a Perl module designed to hide namespaces
 from caller(). It allows you to register namespaces that should be hidden by
 means of a replacement caller() function.