0.03 release
[gitmo/Moose-Autobox.git] / Changes
CommitLineData
8937074a 1Revision history for Perl extension Moose::Autobox
2
68a5f1ac 30.03 Thurs. Aug 17, 2006
4
5 * Moose::Autobox
6 - we now inherit from autobox, now we don't have to
7 do that ugly eval thing or manually load autobox
8 when we want to use this module.
9 - added &mixin_additional_role to allow mixing in of
10 additional functionality (see examples/unit/*)
19b62758 11
12 * Moose::Autobox::Code
13 - added the Y and U combinators
14
68a5f1ac 15 + added new examples for units
16 - ported from the Pugs examples/units directory
17
19b62758 180.02 Sat. June 24, 2006
2f6b31a1 19 - fixed Moose::Autobox so that PAUSE won't try to
20 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 21
22 - added examples/ directory
23 - ported tic-tac-toe from the Pugs examples
7fc99864 24
25 * Moose::Autobox::Ref
26 - added &dump method which will use Data::Dumper
27 to return a dumped representation of the ref
28
29 * Moose::Autobox::Array
30 - added Junctions support with Perl6::Junction
2f6b31a1 31
1972aa1b 320.01 Fri. June 9, 2006
33 - Autoboxing, all the cool kids are doing it ;)
34