- Moose::Autobox::Ref perl() as alias to dump()
[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
68a5f1ac 100.03 Thurs. Aug 17, 2006
11
12 * Moose::Autobox
13 - we now inherit from autobox, now we don't have to
14 do that ugly eval thing or manually load autobox
15 when we want to use this module.
16 - added &mixin_additional_role to allow mixing in of
17 additional functionality (see examples/unit/*)
19b62758 18
19 * Moose::Autobox::Code
20 - added the Y and U combinators
21
68a5f1ac 22 + added new examples for units
23 - ported from the Pugs examples/units directory
24
19b62758 250.02 Sat. June 24, 2006
2f6b31a1 26 - fixed Moose::Autobox so that PAUSE won't try to
27 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 28
29 - added examples/ directory
30 - ported tic-tac-toe from the Pugs examples
7fc99864 31
32 * Moose::Autobox::Ref
33 - added &dump method which will use Data::Dumper
34 to return a dumped representation of the ref
35
36 * Moose::Autobox::Array
37 - added Junctions support with Perl6::Junction
2f6b31a1 38
1972aa1b 390.01 Fri. June 9, 2006
40 - Autoboxing, all the cool kids are doing it ;)
692b73ed 41