ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Types-Serialiser/Changes
Revision: 1.6
Committed: Tue Oct 29 13:08:35 2013 UTC (10 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-0_03
Changes since 1.5: +3 -0 lines
Log Message:
0.03

File Contents

# Content
1 Revision history for Perl extension Types::Serialiser
2
3 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 - remove Types::Serialiser::Boolean module, as it serves
7 no purpose anymore.
8
9 0.02 Mon Oct 28 16:29:06 CET 2013
10 - document the Types::Serialisation protocol, in the hope
11 of other modules picking it up.
12 - 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 - reintroduced common::sense to supprerss spurious warnings.
18
19 0.01 Sun Oct 27 16:37:56 CET 2013
20 - original version; cloned from JSON-XS/CBOR-XS
21