We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e2805 commit 71dcbf8Copy full SHA for 71dcbf8
3 files changed
Changes
@@ -2,6 +2,9 @@ Revision history for File-Find
2
3
{{$NEXT}}
4
5
+0.2.4 2025-09-26T21:12:00+02:00
6
+ - Make `dir` mocking more deterministic in tests
7
+
8
0.2.3 2025-09-26T00:32:31+02:00
9
- Fix bitrotten test case
10
META6.json
@@ -41,5 +41,5 @@
41
],
42
"test-depends": [
43
44
- "version": "0.2.3"
+ "version": "0.2.4"
45
}
lib/File/Find.rakumod
@@ -58,6 +58,6 @@ my sub find(
58
59
#- hack ------------------------------------------------------------------------
60
# To allow version fetching in test files
61
-unit module File::Find:ver<0.2.3>:auth<zef:raku-community-modules>;
+unit module File::Find:ver<0.2.4>:auth<zef:raku-community-modules>;
62
63
# vim: expandtab shiftwidth=4
0 commit comments