Go to file
Fedora Release Engineering d40f4f2623 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 05:20:13 +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.09 bump; Bootstrap against perl-XS-Parse-Keyword-0.13 2021-08-26 21:48:24 +02: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_36_Mass_Rebuild 2022-01-21 05:20:13 +00:00
sources 0.09 bump; Bootstrap against perl-XS-Parse-Keyword-0.13 2021-08-26 21:48:24 +02: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.