File: control

package info (click to toggle)
libperl6-caller-perl 0.100-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: perl: 135; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 966 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
Source: libperl6-caller-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperl6-caller-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperl6-caller-perl.git
Homepage: https://metacpan.org/release/Perl6-Caller

Package: libperl6-caller-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl6-like OO caller() interface for Perl 5
 By default, Perl6::Caller exports the caller function. This automatically
 returns a new caller object. An optional argument specifies how many stack
 frames back to skip, just like the CORE::caller function.