--- Types-Serialiser/Changes 2013/10/27 22:46:20 1.2 +++ Types-Serialiser/Changes 2013/10/28 15:28:44 1.3 @@ -2,6 +2,11 @@ - document the Types::Serialisation protocol, in the hope of other modules picking it up. + - alias JSON::PP::Boolean as class for booleans, without + introducing a dependency to it. It's ugly, but allows + JSON::PP to stay in core without dependency to + Types::Serialiser. + - actually add a simple testcase. 0.01 Sun Oct 27 16:37:56 CET 2013 - original version; cloned from JSON-XS/CBOR-XS