From c07b85c9b416c84debc12545baf6150803205670 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Mon, 19 Aug 2024 15:46:19 +0200 Subject: [PATCH] Bump dependency on String::Utils to get "paragraphs" fix --- Changes | 3 +++ META6.json | 2 +- lib/App/Rak.rakumod | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 07bc4b2..451d620 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for App-Rak {{$NEXT}} + - Bump dependency on String::Utils to get "paragraphs" fix + so that --per-paragraph and --modify-files will work + properly 0.3.9 2024-08-19T12:14:12+02:00 - Add support for --also-first to produce the first N lines diff --git a/META6.json b/META6.json index 9488488..3a6487f 100644 --- a/META6.json +++ b/META6.json @@ -15,7 +15,7 @@ "META::constants:ver<0.0.4>:auth", "Needle::Compile:ver<0.0.7>:auth", "rak:ver<0.0.61>:auth", - "String::Utils:ver<0.0.27+>:auth" + "String::Utils:ver<0.0.28+>:auth" ], "description": "21st century grep / find / ack / ag / rg on steroids", "license": "Artistic-2.0", diff --git a/lib/App/Rak.rakumod b/lib/App/Rak.rakumod index 8fd91f8..1a8c9e9 100644 --- a/lib/App/Rak.rakumod +++ b/lib/App/Rak.rakumod @@ -14,7 +14,7 @@ use highlighter:ver<0.0.21>:auth < use Needle::Compile:ver<0.0.7>:auth < compile-needle implicit2explicit StrType Type >; -use String::Utils:ver<0.0.27+>:auth < +use String::Utils:ver<0.0.28+>:auth < after before between has-marks is-sha1 non-word paragraphs regexify >;