Go to file
Fedora Release Engineering 0edee87b65 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 04:40:55 +00:00
.gitignore 0.06 bump 2020-11-03 13:26:53 +01:00
README.md Added the README 2020-07-27 15:58:49 +00:00
perl-Syntax-Keyword-Dynamically.rpmlintrc 0.06 bump 2020-11-03 13:26:53 +01:00
perl-Syntax-Keyword-Dynamically.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild 2021-01-27 04:40:55 +00:00
sources 0.06 bump 2020-11-03 13:26:53 +01:00

README.md

perl-Syntax-Keyword-Dynamically

This Perl module provides a syntax plugin that implements a single keyword, dynamically, which alters the behavior 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 left-value functions and accessors, and you can "dynamically" assign to regular lexical variables.