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 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: libsyntax-keyword-dynamically-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
# don't add
# libobject-pad-perl <!nocheck>,
# to avoid circular build dependencies
Build-Depends: debhelper-compat (= 13),
libextutils-cbuilder-perl,
libfuture-asyncawait-perl (>= 0.60),
libmodule-build-perl,
libtest2-suite-perl <!nocheck>,
libxs-parse-keyword-perl,
perl-xs-dev,
perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsyntax-keyword-dynamically-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsyntax-keyword-dynamically-perl.git
Homepage: https://metacpan.org/release/Syntax-Keyword-Dynamically
Rules-Requires-Root: no
Package: libsyntax-keyword-dynamically-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libxs-parse-keyword-perl
Description: module to dynamically change the value of a variable
Syntax::Keyword::Dynamically provides a syntax plugin that implements a
single keyword, dynamically, which alters the behaviour of a scalar
assignment operation. Syntactically and semantically it is similar to the
built-in perl keyword local, but is implemented somewhat differently to give
two key advantages over regular local:
.
- You can dynamically assign to lvalue functions and accessors.
- You can dynamically assign to regular lexical variables.
|