| 1 |
root |
1.1 |
Revision history for Perl extension Types::Serialiser |
| 2 |
|
|
|
| 3 |
root |
1.6 |
0.03 Tue Oct 29 14:08:00 CET 2013 |
| 4 |
|
|
- work around an overloading bug in perls < 5.18 (reported by |
| 5 |
|
|
Paul Howarth). |
| 6 |
root |
1.4 |
- remove Types::Serialiser::Boolean module, as it serves |
| 7 |
|
|
no purpose anymore. |
| 8 |
|
|
|
| 9 |
root |
1.5 |
0.02 Mon Oct 28 16:29:06 CET 2013 |
| 10 |
root |
1.2 |
- document the Types::Serialisation protocol, in the hope |
| 11 |
|
|
of other modules picking it up. |
| 12 |
root |
1.3 |
- alias JSON::PP::Boolean as class for booleans, without |
| 13 |
|
|
introducing a dependency to it. It's ugly, but allows |
| 14 |
|
|
JSON::PP to stay in core without dependency to |
| 15 |
|
|
Types::Serialiser. |
| 16 |
|
|
- actually add a simple testcase. |
| 17 |
root |
1.5 |
- reintroduced common::sense to supprerss spurious warnings. |
| 18 |
root |
1.2 |
|
| 19 |
root |
1.1 |
0.01 Sun Oct 27 16:37:56 CET 2013 |
| 20 |
|
|
- original version; cloned from JSON-XS/CBOR-XS |
| 21 |
|
|
|