X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cca0a5e819ddbc903f045172fc7a6f4645c1a864;hb=be33400260d5c3be940039bf5dd6a3299c0c3801;hp=c3faf703c3a785afe1b5360a01191fa2cce46055;hpb=2f6b31a149abc497265076b7fc13280d24cb4c17;p=gitmo%2FMoose-Autobox.git diff --git a/Changes b/Changes index c3faf70..cca0a5e 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,16 @@ Revision history for Perl extension Moose::Autobox 0.02 - fixed Moose::Autobox so that PAUSE won't try to index SCALAR, ARRAY, HASH and CODE. + + - added examples/ directory + - ported tic-tac-toe from the Pugs examples + + * Moose::Autobox::Ref + - added &dump method which will use Data::Dumper + to return a dumped representation of the ref + + * Moose::Autobox::Array + - added Junctions support with Perl6::Junction 0.01 Fri. June 9, 2006 - Autoboxing, all the cool kids are doing it ;)