Go to file
David Abdurachmanov c16f0c8495
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-11 12:28:22 +03: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 Fedora/RISCV (riscv64); adding .rvreX to Release: 2022-09-11 12:28:22 +03: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.