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

Changes for version 2.86

  • GH #9: fix bug which prevented autoboxing working under the debugger on perl 5.22+ (thanks, skington)
    • added t/debugger.t
  • GH #8: fix bug which prevented bareword method-calls being exempted when the method is a variable e.g. Foo->$bar
  • add operator-overloading note to the gotchas section (GH #7)

Modules

call methods on native types

Provides

in lib/autobox/universal.pm