We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5b222 commit c418a3bCopy full SHA for c418a3b
Changes
@@ -2,6 +2,8 @@ Revision history for Path-Tiny
2
3
{{$NEXT}}
4
5
+0.150 2025-07-21 10:58:00-04:00 America/New_York
6
+
7
- No changes from 0.149-TRIAL
8
9
0.149 2025-07-21 05:49:38-04:00 America/New_York (TRIAL RELEASE)
Makefile.PL
@@ -48,7 +48,7 @@ my %WriteMakefileArgs = (
48
"lib" => 0,
49
"open" => 0
50
},
51
- "VERSION" => "0.150",
+ "VERSION" => "0.151",
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.150';
+our $VERSION = '0.151';
10
# Dependencies
11
use Config;
0 commit comments