Added the README

This commit is contained in:
Gwyn Ciesla 2021-05-17 13:38:33 +00:00
commit d6a20def6a
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# 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.