- Changelog
[gitmo/Moose-Autobox.git] / Changes
CommitLineData
8937074a 1Revision history for Perl extension Moose::Autobox
2
692b73ed 30.04 <release date>
4 * Moose::Autobox::Hash
5 - added method for shallow hash merging
6
7 * Moose::Autobox::String
8 - fixed rindex method
9
8528b416 10 * Moose::Autobox::Ref
11 - added &perl method which is an alias for &dump for symmetry
12 with Perl6's .perl
13
68a5f1ac 140.03 Thurs. Aug 17, 2006
15
16 * Moose::Autobox
17 - we now inherit from autobox, now we don't have to
18 do that ugly eval thing or manually load autobox
19 when we want to use this module.
20 - added &mixin_additional_role to allow mixing in of
21 additional functionality (see examples/unit/*)
19b62758 22
23 * Moose::Autobox::Code
24 - added the Y and U combinators
25
68a5f1ac 26 + added new examples for units
27 - ported from the Pugs examples/units directory
28
19b62758 290.02 Sat. June 24, 2006
2f6b31a1 30 - fixed Moose::Autobox so that PAUSE won't try to
31 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 32
33 - added examples/ directory
34 - ported tic-tac-toe from the Pugs examples
7fc99864 35
36 * Moose::Autobox::Ref
37 - added &dump method which will use Data::Dumper
38 to return a dumped representation of the ref
39
40 * Moose::Autobox::Array
41 - added Junctions support with Perl6::Junction
2f6b31a1 42
1972aa1b 430.01 Fri. June 9, 2006
44 - Autoboxing, all the cool kids are doing it ;)
692b73ed 45