f1fdad3fd093648f4897c6b8541c46e683fb19f6
[gitmo/Moose-Autobox.git] / Changes
1 Revision history for Perl extension Moose::Autobox
2
3 0.03
4     - added &mixin_additional_role to allow mixing in of 
5       additional functionality
6       
7     - added new examples for units
8       - ported from the Pugs examples/units directory
9
10     * Moose::Autobox::Code
11       - added the Y and U combinators
12
13 0.02 Sat. June 24, 2006
14     - fixed Moose::Autobox so that PAUSE won't try to 
15       index SCALAR, ARRAY, HASH and CODE.
16       
17     - added examples/ directory 
18       - ported tic-tac-toe from the Pugs examples
19     
20     * Moose::Autobox::Ref
21       - added &dump method which will use Data::Dumper
22         to return a dumped representation of the ref
23       
24     * Moose::Autobox::Array
25       - added Junctions support with Perl6::Junction
26
27 0.01 Fri. June 9, 2006
28     - Autoboxing, all the cool kids are doing it ;)
29