Source: libsyntax-keyword-dynamically-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional # don't add # libfuture-perl , # libfuture-asyncawait-perl , # otherwise we have a circular build dependency Build-Depends: debhelper-compat (= 13), libdevel-mat-dumper-perl , libextutils-cbuilder-perl, libmodule-build-perl, libtest-simple-perl , perl-xs-dev, perl:native Standards-Version: 4.5.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} 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.