The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Moose::Autobox

0.12  Tue. Mar 20, 2012
    - replace "use base" with "use parent"

0.11  Fri. Mar 23, 2010
    - add each_n_values to Indexed (rafl and rjbs)
    - add first and last to Scalar and Array (t0m)

0.10  Mon. Oct 12 2009
    - add each, each_key, each_value to Indexed (array and hash) (rjbs)
    - add split, words, lines to String (Sartak)
    - add 'to' to Number (Debolaz)

0.09 Thu. Oct 23, 2008
    - update Perl6::Junction dependency and support new version

0.08 Mon. May 12, 2008
    - add flatten method to Array and Hash
    - upped the dependency on autobox from 1.22 to 2.23
      at the suggestion of chocolateboy
    - might as well up the Moose dependency too.

0.07 Mon. April 28, 2008
    ~~ no more Module::Build, thanks mst ~~

    * Moose::Autobox
      - added documentation about how to extend the autoboxed
        types (RT #34315)
    
    * Moose::Autobox::Hash
      Moose::Autobox::Indexed
      - added support for slice and hslice (jrockway)
        - added tests for this

0.06 Tues. Jan. 22, 2008
    ~~ updated copyright dates & some docs ~~   

    * Moose::Autobox
      - fixed role application code to follow the new
        Moose::Util based API
        
    - upped the Moose version dependency
    - upped the autobox version dependency 

0.05 Sun. Aug. 5, 2007
    * Moose::Autobox
      - fixed loading approach so that Moose::Object doesn't end 
        up in isa (thanks to mst)

0.04 Thurs. May 31, 2007
    * Moose::Autobox::Hash
      - added method for shallow hash merging

    * Moose::Autobox::String
      - fixed rindex method

    * Moose::Autobox::Item
      - moved &dump from ::Ref to ::Item, so that it can be used
        for the other types too

      - added &perl method which is an alias for &dump for symmetry
        with Perl6's .perl

    * Moose::Autobox::Scalar/Array/Hash
      - added &print/&say to SCALAR, ARRAY and HASH

0.03 Thurs. Aug 17, 2006

    * Moose::Autobox 
      - we now inherit from autobox, now we don't have to 
        do that ugly eval thing or manually load autobox  
        when we want to use this module.
      - added &mixin_additional_role to allow mixing in of 
        additional functionality (see examples/unit/*)

    * Moose::Autobox::Code
      - added the Y and U combinators

    + added new examples for units
      - ported from the Pugs examples/units directory

0.02 Sat. June 24, 2006
    - fixed Moose::Autobox so that PAUSE won't try to 
      index SCALAR, ARRAY, HASH and CODE.
      
    - added examples/ directory 
      - ported tic-tac-toe from the Pugs examples
    
    * Moose::Autobox::Ref
      - added &dump method which will use Data::Dumper
        to return a dumped representation of the ref
      
    * Moose::Autobox::Array
      - added Junctions support with Perl6::Junction

0.01 Fri. June 9, 2006
    - Autoboxing, all the cool kids are doing it ;)