0.06
[gitmo/Moose-Autobox.git] / Changes
CommitLineData
8937074a 1Revision history for Perl extension Moose::Autobox
2
ea4e64bf 30.06 Tues. Jan. 22, 2008
4 ~~ updated copyright dates & some docs ~~
5
1401ddb2 6 * Moose::Autobox
7 - fixed role application code to follow the new
ea4e64bf 8 Moose::Util based API
9
10 - upped the Moose version dependency
11 - upped the autobox version dependency
1401ddb2 12
7e48618b 130.05 Sun. Aug. 5, 2007
ee6bd664 14 * Moose::Autobox
7e48618b 15 - fixed loading approach so that Moose::Object doesn't end
16 up in isa (thanks to mst)
ee6bd664 17
b3cb7038 180.04 Thurs. May 31, 2007
692b73ed 19 * Moose::Autobox::Hash
20 - added method for shallow hash merging
21
22 * Moose::Autobox::String
23 - fixed rindex method
24
3f4dd8b7 25 * Moose::Autobox::Item
26 - moved &dump from ::Ref to ::Item, so that it can be used
27 for the other types too
28
8528b416 29 - added &perl method which is an alias for &dump for symmetry
30 with Perl6's .perl
3f4dd8b7 31
32 * Moose::Autobox::Scalar/Array/Hash
33 - added &print/&say to SCALAR, ARRAY and HASH
34
68a5f1ac 350.03 Thurs. Aug 17, 2006
36
37 * Moose::Autobox
38 - we now inherit from autobox, now we don't have to
39 do that ugly eval thing or manually load autobox
40 when we want to use this module.
41 - added &mixin_additional_role to allow mixing in of
42 additional functionality (see examples/unit/*)
19b62758 43
44 * Moose::Autobox::Code
45 - added the Y and U combinators
46
68a5f1ac 47 + added new examples for units
48 - ported from the Pugs examples/units directory
49
19b62758 500.02 Sat. June 24, 2006
2f6b31a1 51 - fixed Moose::Autobox so that PAUSE won't try to
52 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 53
54 - added examples/ directory
55 - ported tic-tac-toe from the Pugs examples
7fc99864 56
57 * Moose::Autobox::Ref
58 - added &dump method which will use Data::Dumper
59 to return a dumped representation of the ref
60
61 * Moose::Autobox::Array
62 - added Junctions support with Perl6::Junction
2f6b31a1 63
1972aa1b 640.01 Fri. June 9, 2006
65 - Autoboxing, all the cool kids are doing it ;)
692b73ed 66