22 lines
860 B
Plaintext
22 lines
860 B
Plaintext
Source: libsub-uplevel-perl
|
|
Section: perl
|
|
Priority: optional
|
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
|
Build-Depends: debhelper-compat (=13)
|
|
Build-Depends-Indep: perl
|
|
Testsuite: autopkgtest-pkg-perl
|
|
Standards-Version: 4.1.3
|
|
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsub-uplevel-perl
|
|
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsub-uplevel-perl.git
|
|
Homepage: https://metacpan.org/release/Sub-Uplevel
|
|
|
|
Package: libsub-uplevel-perl
|
|
Architecture: all
|
|
Depends: ${misc:Depends},
|
|
${perl:Depends}
|
|
Description: module to spoof the Perl call stack
|
|
Sub::Uplevel is a Perl module that provides a safe implementation similar to
|
|
Tcl's uplevel() function. It allows you to safely fool the caller() into
|
|
thinking it's in a different part of the stack, without knowing that it is
|
|
being wrapped.
|