Skip to content

Commit e46f4e9

Browse files
committed
0.2.5
1 parent f4e548a commit e46f4e9

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.5 2025-12-11T14:28:27-05:00
6+
- Better skip places where we cannot test symlinks
7+
58
0.2.4 2025-09-26T21:12:00+02:00
69
- Make `dir` mocking more deterministic in tests
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.4"
44+
"version": "0.2.5"
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.4>:auth<zef:raku-community-modules>;
61+
unit module File::Find:ver<0.2.5>:auth<zef:raku-community-modules>;
6262

6363
# vim: expandtab shiftwidth=4

0 commit comments

Comments
 (0)