Go to file
Jitka Plesnikova 1471673026 Remove perl(MODULE_COMPAT), it will be replaced by generators 2023-01-13 18:49:33 +01:00
.fmf Add FMF tests and gating 2021-05-17 17:22:28 +02:00
plans Add FMF tests and gating 2021-05-17 17:22:28 +02:00
tests Add FMF tests and gating 2021-05-17 17:22:28 +02:00
.gitignore 0.08 bump 2023-01-03 15:22:16 +01:00
README.md Added the README 2021-05-17 13:38:33 +00:00
gating.yaml Add FMF tests and gating 2021-05-17 17:22:28 +02:00
perl-Syntax-Keyword-Defer.rpmlintrc Teach rpmlint 2021-05-17 17:25:45 +02:00
perl-Syntax-Keyword-Defer.spec Remove perl(MODULE_COMPAT), it will be replaced by generators 2023-01-13 18:49:33 +01:00
sources 0.08 bump 2023-01-03 15:22:16 +01:00

README.md

perl-Syntax-Keyword-Defer

This Perl module provides a syntax plugin that implements a block which executes when the containing scope has finished. The "defer" blocks are primarily intended for cases such as resource finalization tasks that may be conditionally required.