Go to file
Petr Písař e6e8e04cfe Import
Reviewed in bug #1957795.
2021-05-17 17:21:09 +02:00
.gitignore Import 2021-05-17 17:21:09 +02:00
README.md Added the README 2021-05-17 13:38:33 +00:00
perl-Syntax-Keyword-Defer.spec Import 2021-05-17 17:21:09 +02:00
sources Import 2021-05-17 17:21:09 +02: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.