-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
36 lines (24 loc) · 808 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
0.07 2024-12-15T07:59:25Z
- Feature: more flexibility in creating type constraints #6
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
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
0.02 2024-08-18T23:19:04Z
- Add integration test.
0.01 2024-08-18T13:30:10Z
- original version