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