Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.09.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 7902aef..2ee9be5 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension kura
 
 {{$NEXT}}
+
+0.09 2024-12-31T05:35:40Z
     - Fixed Can't locate Data/Validator.pm in @inc #9 (Thanks @eserte for report)
 
 0.08 2024-12-16T00:44:13Z
  • Loading branch information
kfly8 committed Dec 31, 2024
1 parent 8ea5e67 commit af97fb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension kura

{{$NEXT}}

0.09 2024-12-31T05:35:40Z
- Fixed Can't locate Data/Validator.pm in @INC #9 (Thanks @eserte for report)

0.08 2024-12-16T00:44:13Z
- Assign name for anon type tiny #8

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"web" : "https://github.com/kfly8/kura"
}
},
"version" : "0.08",
"version" : "0.09",
"x_authority" : "cpan:KFLY",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_static_install" : 1
Expand Down
2 changes: 1 addition & 1 deletion lib/kura.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package kura;
use strict;
use warnings;

our $VERSION = "0.08";
our $VERSION = "0.09";

use Carp ();
use Sub::Util ();
Expand Down

0 comments on commit af97fb6

Please sign in to comment.