0.05
[gitmo/Moose-Autobox.git] / Changes
CommitLineData
8937074a 1Revision history for Perl extension Moose::Autobox
2
7e48618b 30.05 Sun. Aug. 5, 2007
ee6bd664 4 * Moose::Autobox
7e48618b 5 - fixed loading approach so that Moose::Object doesn't end
6 up in isa (thanks to mst)
ee6bd664 7
b3cb7038 80.04 Thurs. May 31, 2007
692b73ed 9 * Moose::Autobox::Hash
10 - added method for shallow hash merging
11
12 * Moose::Autobox::String
13 - fixed rindex method
14
3f4dd8b7 15 * Moose::Autobox::Item
16 - moved &dump from ::Ref to ::Item, so that it can be used
17 for the other types too
18
8528b416 19 - added &perl method which is an alias for &dump for symmetry
20 with Perl6's .perl
3f4dd8b7 21
22 * Moose::Autobox::Scalar/Array/Hash
23 - added &print/&say to SCALAR, ARRAY and HASH
24
68a5f1ac 250.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/*)
19b62758 33
34 * Moose::Autobox::Code
35 - added the Y and U combinators
36
68a5f1ac 37 + added new examples for units
38 - ported from the Pugs examples/units directory
39
19b62758 400.02 Sat. June 24, 2006
2f6b31a1 41 - fixed Moose::Autobox so that PAUSE won't try to
42 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 43
44 - added examples/ directory
45 - ported tic-tac-toe from the Pugs examples
7fc99864 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
2f6b31a1 53
1972aa1b 540.01 Fri. June 9, 2006
55 - Autoboxing, all the cool kids are doing it ;)
692b73ed 56