Skip to content

Commit

Permalink
Bump dependency on String::Utils to get "paragraphs" fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 19, 2024
1 parent 8fce010 commit c07b85c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"META::constants:ver<0.0.4>:auth<zef:lizmat>",
"Needle::Compile:ver<0.0.7>:auth<zef:lizmat>",
"rak:ver<0.0.61>:auth<zef:lizmat>",
"String::Utils:ver<0.0.27+>:auth<zef:lizmat>"
"String::Utils:ver<0.0.28+>:auth<zef:lizmat>"
],
"description": "21st century grep / find / ack / ag / rg on steroids",
"license": "Artistic-2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Rak.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use highlighter:ver<0.0.21>:auth<zef:lizmat> <
use Needle::Compile:ver<0.0.7>:auth<zef:lizmat> <
compile-needle implicit2explicit StrType Type
>;
use String::Utils:ver<0.0.27+>:auth<zef:lizmat> <
use String::Utils:ver<0.0.28+>:auth<zef:lizmat> <
after before between has-marks is-sha1 non-word paragraphs regexify
>;

Expand Down

0 comments on commit c07b85c

Please sign in to comment.