Skip to content

Commit

Permalink
v0.03
Browse files Browse the repository at this point in the history
  - 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)
  • Loading branch information
plicease committed Dec 1, 2023
1 parent 00a4420 commit a2ea29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}

{{$NEXT}}

0.03 2023-12-01 11:34:00 -0700
- 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
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2021-2023
version = 0.02
version = 0.03

[@Author::Plicease]
:version = 2.69
Expand Down

0 comments on commit a2ea29a

Please sign in to comment.