Source: libdevel-caller-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13), 
               libpadwalker-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.6.1
Vcs-Browser: https://gitee.com/openkylin/libdevel-caller-perl
Vcs-Git: https://gitee.com/openkylin/libdevel-caller-perl.git
Homepage: https://metacpan.org/release/Devel-Caller
Rules-Requires-Root: no

Package: libdevel-caller-perl
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libpadwalker-perl
Description: module providing enhanced caller() support
 Devel::Caller is a Perl module that provides several useful functions for
 introspecting your code deeper than the internal function "caller()" does. It
 allows you to access arguments passed to a function or even retrieve the code
 reference of the subroutine being invoked at the call frame indicated by the
 given level.
