From d6a20def6ac39d0e63de65c07625aa71ded6e31c Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 17 May 2021 13:38:33 +0000 Subject: [PATCH] Added the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e9121b --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file