Go to file
Petr Písař e0a3e1a96b Finish bootstrap against perl-XS-Parse-Keyword-0.12 2021-08-17 10:32:21 +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.08 bump 2021-05-03 11:22:43 +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 Finish bootstrap against perl-XS-Parse-Keyword-0.12 2021-08-17 10:32:21 +02:00
sources 0.08 bump 2021-05-03 11:22:43 +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.