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