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