We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a4949 commit 32abd7bCopy full SHA for 32abd7b
Changes
@@ -2,6 +2,8 @@ Revision history for Path-Tiny
2
3
{{$NEXT}}
4
5
+0.149 2025-07-21 05:49:38-04:00 America/New_York (TRIAL RELEASE)
6
+
7
[Other]
8
- Released with newest Dist::Zilla to avoid xattrs in the tarball.
9
Makefile.PL
@@ -48,7 +48,7 @@ my %WriteMakefileArgs = (
48
"lib" => 0,
49
"open" => 0
50
},
51
- "VERSION" => "0.149",
+ "VERSION" => "0.150",
52
"test" => {
53
"TESTS" => "t/*.t"
54
}
lib/Path/Tiny.pm
@@ -5,7 +5,7 @@ use warnings;
package Path::Tiny;
# ABSTRACT: File path utility
-our $VERSION = '0.149';
+our $VERSION = '0.150';
10
# Dependencies
11
use Config;
0 commit comments