| Revision: | 1.3 |
| Committed: | Mon Oct 28 15:28:44 2013 UTC (12 years, 5 months ago) by root |
| Branch: | MAIN |
| CVS Tags: | rel-0_02 |
| Changes since 1.2: | +5 -0 lines |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 1 | Revision history for Perl extension Types::Serialiser |
| 2 | |
| 3 | - document the Types::Serialisation protocol, in the hope |
| 4 | of other modules picking it up. |
| 5 | - 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 | |
| 11 | 0.01 Sun Oct 27 16:37:56 CET 2013 |
| 12 | - original version; cloned from JSON-XS/CBOR-XS |
| 13 |