The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module List-Objects-Types

0.006001 2013-10-03

  - Updated for List::Objects::WithUtils 2.0;
    adds ImmutableTypedArray / ImmutableTypedHash

0.005001 2013-09-05

  - Add TypedHash

0.004004 2013-09-05

  - Explicitly depend on List::Objects::WithUtils-1.011
    (fixes TypedArrays)

0.004003 2013-09-05

  - Fix TypedArray to work with latest List::Objects::WithUtils

0.004002 2013-09-04

  - Add TOBYINK's TypedArray examples to examples/
    Borrowed from:
      http://www.perlmonks.org/?node_id=1052124
      https://github.com/avenj/list-objects-types/pull/1

0.004001 2013-09-03

  - Add parameterized TypedArray support, courtesy of Toby Inkster:
    -> https://github.com/avenj/list-objects-types/pull/1
    (Also adds inlinable type constraints.)

0.003001 2013-09-01

  - Add type: TypedArray

0.002001 2013-08-30

  - Add coercion: ImmutableArray from ArrayObj

0.001001 2013-08-23

  - Initial release