Tags: kfly8/kura
Tags
Checking in changes prior to tagging of version 0.09. 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
Checking in changes prior to tagging of version 0.08. Changelog diff is: diff --git a/Changes b/Changes index d17a020..783c9f1 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension kura {{$NEXT}} +0.08 2024-12-16T00:44:13Z + - Assign name for anon type tiny #8 + 0.07 2024-12-15T07:59:25Z - Feature: more flexibility in creating type constraints #6
Checking in changes prior to tagging of version 0.07. Changelog diff is: diff --git a/Changes b/Changes index bc80bca..d17a020 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension kura {{$NEXT}} + +0.07 2024-12-15T07:59:25Z - Feature: more flexibility in creating type constraints #6 0.06 2024-12-10T00:43:29Z
Checking in changes prior to tagging of version 0.06. Changelog diff is: diff --git a/Changes b/Changes index 9556cb1..d0c187f 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension kura {{$NEXT}} +0.06 2024-12-10T00:43:29Z + - Feature: store private constraints #5 + 0.05 2024-12-07T11:40:25Z - Improve docs and tests #4 - Add @kura variable #3
Checking in changes prior to tagging of version 0.05. Changelog diff is: diff --git a/Changes b/Changes index 1e8652c..9556cb1 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension kura {{$NEXT}} +0.05 2024-12-07T11:40:25Z + - Improve docs and tests #4 + - Add @kura variable #3 + 0.04 2024-11-25T01:22:39Z - Support builtin class #2 - BREAKING CHANGES #2
Checking in changes prior to tagging of version 0.04. Changelog diff is: diff --git a/Changes b/Changes index 476adc8..1e8652c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for Perl extension kura {{$NEXT}} +0.04 2024-11-25T01:22:39Z + - Support builtin class #2 + - BREAKING CHANGES #2 + - Need to put Exporter class manually. + - Remove $EXPORTER_CLASS + 0.03 2024-08-21T14:53:54Z - Fixed integration test. #1
Checking in changes prior to tagging of version 0.03. Changelog diff is: diff --git a/Changes b/Changes index 0c689b6..476adc8 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension kura {{$NEXT}} + +0.03 2024-08-21T14:53:54Z - Fixed integration test. #1 0.02 2024-08-18T23:19:04Z
Checking in changes prior to tagging of version 0.02. Changelog diff is: diff --git a/Changes b/Changes index ae2cf24..137f7e3 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension kura {{$NEXT}} +0.02 2024-08-18T23:19:04Z + - Add integration test. + 0.01 2024-08-18T13:30:10Z - original version