Skip to content

Commit 799fc15

Browse files
committed
Bump to v6.3 and release
1 parent 864fcdc commit 799fc15

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Changes

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Fix make_path() in t/29unreadable.t.
2-
Fix t/29unreadable.t tests failing as root.
1+
2025-01-10 - 6.3
2+
Fix make_path() in t/29unreadable.t. (thanks to Michal Josef Špaček @michal-josef-spacek)
3+
Fix t/29unreadable.t tests failing as root. (thanks to Michal Josef Špaček @michal-josef-spacek)
34

45
2024-10-23 - 6.2
56
Simon, did you forget to remove a dependency you used only for testing? Yes, yes you did.

lib/Module/Pluggable.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use if $] > 5.017, 'deprecate';
1010
# Peter Gibbons: I wouldn't say I've been missing it, Bob!
1111

1212

13-
our $VERSION = '6.2';
13+
our $VERSION = '6.3';
1414
our $FORCE_SEARCH_ALL_PATHS = 0;
1515

1616
sub import {

0 commit comments

Comments
 (0)