Go to file
Petr Písař 0019b07630 0.13 bump 2023-09-22 10:56:18 +02: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.13 bump 2023-09-22 10:56:18 +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 0.13 bump 2023-09-22 10:56:18 +02:00
sources 0.13 bump 2023-09-22 10:56:18 +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.