From a4e4c4a31409a764c31d9acca1936f828f52e960 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 31 Dec 2024 16:04:33 +0000 Subject: [PATCH] Minor tweaks --- META6.json | 5 ++++- lib/IUtils/Comments.rakumod | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/META6.json b/META6.json index e370616..c3f0ccb 100644 --- a/META6.json +++ b/META6.json @@ -6,6 +6,9 @@ "authors": [ "Nathan McCarty " ], + "depends": [ + "paths" + ], "provides": { "IUtils": "lib/IUtils.rakumod", "IUtils::IDEMode": "lib/IUtils/IDEMode.rakumod", @@ -14,5 +17,5 @@ "bin": { "iutils": "bin/iutils" }, - "resources": [ ], + "resources": [ ] } diff --git a/lib/IUtils/Comments.rakumod b/lib/IUtils/Comments.rakumod index 9274e64..edd7e9d 100644 --- a/lib/IUtils/Comments.rakumod +++ b/lib/IUtils/Comments.rakumod @@ -10,5 +10,5 @@ my token name { <[\w \-]>+ } my regex flagged-expression is export { <&comment-start> \h* \h* \V* \v [<&comment-start> \V* \v]* - $= \h+ \: \V* \v + \h+ \: \V* \v }