use parent, not base
[gitmo/Moose-Autobox.git] / Changes
CommitLineData
8937074a 1Revision history for Perl extension Moose::Autobox
2
f3e571b2 30.12 Tue. Mar 20, 2012
4 - replace "use base" with "use parent"
5
e1e26b55 60.11 Fri. Mar 23, 2010
30e523b8 7 - add each_n_values to Indexed (rafl and rjbs)
8b14b072 8 - add first and last to Scalar and Array (t0m)
9
e1e26b55 100.10 Mon. Oct 12 2009
e3598a18 11 - add each, each_key, each_value to Indexed (array and hash) (rjbs)
2e99cc07 12 - add split, words, lines to String (Sartak)
f0f5341b 13 - add 'to' to Number (Debolaz)
2e99cc07 14
caac33a3 150.09 Thu. Oct 23, 2008
3ab2f54a 16 - update Perl6::Junction dependency and support new version
17
504cc3c8 180.08 Mon. May 12, 2008
2197a7c0 19 - add flatten method to Array and Hash
0a73bc93 20 - upped the dependency on autobox from 1.22 to 2.23
21 at the suggestion of chocolateboy
22 - might as well up the Moose dependency too.
23
bf86a67c 240.07 Mon. April 28, 2008
ebb9b9de 25 ~~ no more Module::Build, thanks mst ~~
26
7f9d7a3a 27 * Moose::Autobox
28 - added documentation about how to extend the autoboxed
29 types (RT #34315)
3930dafb 30
31 * Moose::Autobox::Hash
32 Moose::Autobox::Indexed
33 - added support for slice and hslice (jrockway)
34 - added tests for this
7f9d7a3a 35
ea4e64bf 360.06 Tues. Jan. 22, 2008
37 ~~ updated copyright dates & some docs ~~
38
1401ddb2 39 * Moose::Autobox
40 - fixed role application code to follow the new
ea4e64bf 41 Moose::Util based API
42
43 - upped the Moose version dependency
44 - upped the autobox version dependency
1401ddb2 45
7e48618b 460.05 Sun. Aug. 5, 2007
ee6bd664 47 * Moose::Autobox
7e48618b 48 - fixed loading approach so that Moose::Object doesn't end
49 up in isa (thanks to mst)
ee6bd664 50
b3cb7038 510.04 Thurs. May 31, 2007
692b73ed 52 * Moose::Autobox::Hash
53 - added method for shallow hash merging
54
55 * Moose::Autobox::String
56 - fixed rindex method
57
3f4dd8b7 58 * Moose::Autobox::Item
59 - moved &dump from ::Ref to ::Item, so that it can be used
60 for the other types too
61
8528b416 62 - added &perl method which is an alias for &dump for symmetry
63 with Perl6's .perl
3f4dd8b7 64
65 * Moose::Autobox::Scalar/Array/Hash
66 - added &print/&say to SCALAR, ARRAY and HASH
67
68a5f1ac 680.03 Thurs. Aug 17, 2006
69
70 * Moose::Autobox
71 - we now inherit from autobox, now we don't have to
72 do that ugly eval thing or manually load autobox
73 when we want to use this module.
74 - added &mixin_additional_role to allow mixing in of
75 additional functionality (see examples/unit/*)
19b62758 76
77 * Moose::Autobox::Code
78 - added the Y and U combinators
79
68a5f1ac 80 + added new examples for units
81 - ported from the Pugs examples/units directory
82
19b62758 830.02 Sat. June 24, 2006
2f6b31a1 84 - fixed Moose::Autobox so that PAUSE won't try to
85 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 86
87 - added examples/ directory
88 - ported tic-tac-toe from the Pugs examples
7fc99864 89
90 * Moose::Autobox::Ref
91 - added &dump method which will use Data::Dumper
92 to return a dumped representation of the ref
93
94 * Moose::Autobox::Array
95 - added Junctions support with Perl6::Junction
2f6b31a1 96
1972aa1b 970.01 Fri. June 9, 2006
98 - Autoboxing, all the cool kids are doing it ;)
692b73ed 99