The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.3.0 - 2023-02-09

  • added tr4h2o for keys not appropriate for use as subroutine names/accessors
  • added backward compat wrappers, ini2o (ini2h2o) and o2ini (h2o2ini) due to unforseen impacts to users (who knew!?) of taking them away
  • added tests, POD
  • POD issues if found will usually just be addressed in the next release

Modules

provides baptise, a drop-in replacement for bless; like if bless created accessors for you. This module also provides additional methods built using h2o or o2h from Util::H2O that allow for the incremental addition of OOP into existing or small scale Perl code without having to fully commit to a Perl OOP framework or compromise one's personal Perl style.