Go to file
Fedora Release Engineering b210ac8c7e Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 11:09:44 +00:00
.fmf Add FMF tests and gating 2021-05-03 11:36:12 +02:00
plans Add FMF tests and gating 2021-05-03 11:36:12 +02:00
tests Add FMF tests and gating 2021-05-03 11:36:12 +02:00
.gitignore 0.10 bump 2022-03-17 13:46:56 +01:00
README.md Added the README 2020-07-27 15:58:49 +00:00
gating.yaml Add FMF tests and gating 2021-05-03 11:36:12 +02:00
perl-Syntax-Keyword-Dynamically.rpmlintrc Package the tests 2021-05-03 11:35:29 +02:00
perl-Syntax-Keyword-Dynamically.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild 2022-07-22 11:09:44 +00:00
sources 0.10 bump 2022-03-17 13:46:56 +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.