-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
35 lines (19 loc) · 811 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
Revision history for B-COW
{{$NEXT}}
0.007 2022-10-20 08:59:44-06:00 America/Denver
* Advertise XSLoader dependency
0.006 2022-10-17 09:20:52-06:00 America/Denver
* Disable prototypes to silence warning (haarg)
0.005 2022-10-14 09:15:55-06:00 America/Denver
* Add version to Test::More use to ensure correct version (haarg)
* Remove useless MIN_PERL_VERSION_FOR_COW
* Update CI workflow
0.004 2020-04-23 14:41:21-06:00 America/Denver
* fix CowREFCNT issues on big endian
0.003 2020-04-20 09:59:34-06:00 America/Denver
* support for Perl compiled without COW
0.002 2020-01-29 12:13:52-07:00 America/Denver
* fix unit test error for 'uncow' strings
0.001 2018-10-26 11:42:52-05:00 America/Chicago
* First version, this is a very alpha state
use it at your own risk