Changes for version 0.018 - 2026-06-08

  • Fix bogus parent/role croaks losing their message on perl < 5.14: croak now happens outside the local($@) scope, so the exception is no longer clobbered when the local is restored during unwind
  • Replace '//=' (perl 5.10+) with a defined check so the module compiles on perl 5.8.x as declared by MIN_PERL_VERSION 5.008001

Documentation

Modules

Build hash based classes.

Provides

in lib/Object/HashBase/Inline.pm
in lib/Object/HashBase/Test.pm