| 1 |
root |
1.1 |
Revision history for Perl extension Types::Serialiser |
| 2 |
|
|
|
| 3 |
root |
1.2 |
- document the Types::Serialisation protocol, in the hope |
| 4 |
|
|
of other modules picking it up. |
| 5 |
root |
1.3 |
- alias JSON::PP::Boolean as class for booleans, without |
| 6 |
|
|
introducing a dependency to it. It's ugly, but allows |
| 7 |
|
|
JSON::PP to stay in core without dependency to |
| 8 |
|
|
Types::Serialiser. |
| 9 |
|
|
- actually add a simple testcase. |
| 10 |
root |
1.2 |
|
| 11 |
root |
1.1 |
0.01 Sun Oct 27 16:37:56 CET 2013 |
| 12 |
|
|
- original version; cloned from JSON-XS/CBOR-XS |
| 13 |
|
|
|