Skip to content

Commit 71dcbf8

Browse files
committed
0.2.4
1 parent a2e2805 commit 71dcbf8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for File-Find
22

33
{{$NEXT}}
44

5+
0.2.4 2025-09-26T21:12:00+02:00
6+
- Make `dir` mocking more deterministic in tests
7+
58
0.2.3 2025-09-26T00:32:31+02:00
69
- Fix bitrotten test case
710

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
],
4242
"test-depends": [
4343
],
44-
"version": "0.2.3"
44+
"version": "0.2.4"
4545
}

lib/File/Find.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ my sub find(
5858

5959
#- hack ------------------------------------------------------------------------
6060
# To allow version fetching in test files
61-
unit module File::Find:ver<0.2.3>:auth<zef:raku-community-modules>;
61+
unit module File::Find:ver<0.2.4>:auth<zef:raku-community-modules>;
6262

6363
# vim: expandtab shiftwidth=4

0 commit comments

Comments
 (0)