The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.12 - 2012-09-03

  • INCOMPATIBLE CHANGE: no longer possible to use method notation for keys with the same names as methods inherited from UNIVERSAL (the base class of everything). These are 'can', 'isa', 'DOES', and 'VERSION'. The reason is that as of Perl 5.9.3, calling UNIVERSAL methods as functions is deprecated and developers are encouraged to use method form instead. Previous versions of AutoHash are incompatible with CPAN modules that adopt this style. Added test for version number in POD Changes to Build.PL Removed redundant 'dist_version_from' param Added Module::Build to configure_requires Changed create_makefile_pl from deprecated 'passthrough' to 'small'

Modules

Object-oriented access to hash with multi-valued simple (non-reference) elements

Provides

in lib/Hash/AutoHash/AVPairsMulti.pm
in lib/Hash/AutoHash/AVPairsMulti.pm