Skip to content

Commit a2ea29a

Browse files
committed
v0.03
- Passing no arguments to new will now return an uninitialized stat object (gh#9, gh#10) - Passing undef to clone will now return a stat object with the memory set to all zeros, previously the behavior was undefined and could crash (gh#10)
1 parent 00a4420 commit a2ea29a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for {{$dist->name}}
22

33
{{$NEXT}}
4+
5+
0.03 2023-12-01 11:34:00 -0700
46
- Passing no arguments to new will now return an
57
uninitialized stat object (gh#9, gh#10)
68
- Passing undef to clone will now return a stat

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author = Graham Ollis <[email protected]>
33
license = Perl_5
44
copyright_holder = Graham Ollis
55
copyright_year = 2021-2023
6-
version = 0.02
6+
version = 0.03
77

88
[@Author::Plicease]
99
:version = 2.69

0 commit comments

Comments
 (0)