We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864fcdc commit 799fc15Copy full SHA for 799fc15
Changes
@@ -1,5 +1,6 @@
1
- Fix make_path() in t/29unreadable.t.
2
- Fix t/29unreadable.t tests failing as root.
+2025-01-10 - 6.3
+ 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)
4
5
2024-10-23 - 6.2
6
Simon, did you forget to remove a dependency you used only for testing? Yes, yes you did.
lib/Module/Pluggable.pm
@@ -10,7 +10,7 @@ use if $] > 5.017, 'deprecate';
10
# Peter Gibbons: I wouldn't say I've been missing it, Bob!
11
12
13
-our $VERSION = '6.2';
+our $VERSION = '6.3';
14
our $FORCE_SEARCH_ALL_PATHS = 0;
15
16
sub import {
0 commit comments