The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.000_914	2019-08-24	T. R. Wyant
    Remove FREEZE/THAW interface.  No idea why I thought this was a good
    idea -- it was certainly a pain to test.
    
    The eg/game-life 'save' command now saves a source file with the
    commands to recreate the object (or at least a reasonably equivalent
    one). The 'load' command was eliminated.

    Credit Robert Rothenberg with finding biolerplate

0.000_913	2019-08-22	T. R. Wyant
    Correct abstract in metadata. Thanks to Robert Rothenberg for
    bringing this to my attention.

0.000_912	2019-08-20	T. R. Wyant
    Another try at bullet-proofing t/serialize.t

0.000_911	2019-08-19	T. R. Wyant
    Use JSON::XS where JSON is required because only this supports
    tagged JSON, and considerable effort has been expended to hide what
    JSON backend is being used.

0.000_91	2019-08-19	T. R. Wyant
    Correct (I hope) t/serialize.t and add diagnostics to get the
    serializer class names and versions for failed tests.

    Futz with eg/game-life

0.000_90	2019-08-18	T. R. Wyant
    Initial CPAN release.