Source: libsyntax-keyword-dynamically-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libdevel-mat-dumper-perl (>= 0.44), libextutils-cbuilder-perl, libfuture-asyncawait-perl (>= 0.60), libmodule-build-perl, libobject-pad-perl , libtest-simple-perl , libxs-parse-keyword-perl , perl-xs-dev, perl:native Standards-Version: 4.6.1 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.