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