missing } in pod
[gitmo/Moose-Autobox.git] / Changes
CommitLineData
8937074a 1Revision history for Perl extension Moose::Autobox
2
bf86a67c 30.07 Mon. April 28, 2008
ebb9b9de 4 ~~ no more Module::Build, thanks mst ~~
5
7f9d7a3a 6 * Moose::Autobox
7 - added documentation about how to extend the autoboxed
8 types (RT #34315)
3930dafb 9
10 * Moose::Autobox::Hash
11 Moose::Autobox::Indexed
12 - added support for slice and hslice (jrockway)
13 - added tests for this
7f9d7a3a 14
ea4e64bf 150.06 Tues. Jan. 22, 2008
16 ~~ updated copyright dates & some docs ~~
17
1401ddb2 18 * Moose::Autobox
19 - fixed role application code to follow the new
ea4e64bf 20 Moose::Util based API
21
22 - upped the Moose version dependency
23 - upped the autobox version dependency
1401ddb2 24
7e48618b 250.05 Sun. Aug. 5, 2007
ee6bd664 26 * Moose::Autobox
7e48618b 27 - fixed loading approach so that Moose::Object doesn't end
28 up in isa (thanks to mst)
ee6bd664 29
b3cb7038 300.04 Thurs. May 31, 2007
692b73ed 31 * Moose::Autobox::Hash
32 - added method for shallow hash merging
33
34 * Moose::Autobox::String
35 - fixed rindex method
36
3f4dd8b7 37 * Moose::Autobox::Item
38 - moved &dump from ::Ref to ::Item, so that it can be used
39 for the other types too
40
8528b416 41 - added &perl method which is an alias for &dump for symmetry
42 with Perl6's .perl
3f4dd8b7 43
44 * Moose::Autobox::Scalar/Array/Hash
45 - added &print/&say to SCALAR, ARRAY and HASH
46
68a5f1ac 470.03 Thurs. Aug 17, 2006
48
49 * Moose::Autobox
50 - we now inherit from autobox, now we don't have to
51 do that ugly eval thing or manually load autobox
52 when we want to use this module.
53 - added &mixin_additional_role to allow mixing in of
54 additional functionality (see examples/unit/*)
19b62758 55
56 * Moose::Autobox::Code
57 - added the Y and U combinators
58
68a5f1ac 59 + added new examples for units
60 - ported from the Pugs examples/units directory
61
19b62758 620.02 Sat. June 24, 2006
2f6b31a1 63 - fixed Moose::Autobox so that PAUSE won't try to
64 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 65
66 - added examples/ directory
67 - ported tic-tac-toe from the Pugs examples
7fc99864 68
69 * Moose::Autobox::Ref
70 - added &dump method which will use Data::Dumper
71 to return a dumped representation of the ref
72
73 * Moose::Autobox::Array
74 - added Junctions support with Perl6::Junction
2f6b31a1 75
1972aa1b 760.01 Fri. June 9, 2006
77 - Autoboxing, all the cool kids are doing it ;)
692b73ed 78