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

Changes for version 0.19 - 2012-07-15

  • The load_class() subroutine now returns the class name on success. Requested by Caleb Cushing. RT #76931.
  • Exceptions and errors from Class::Load no longer contain references to line numbers in Class::Load or Module::Runtime. This applies to exceptions thrown by load_class, load_first_existing_class, and load_optional_class, as well as the error returned by try_load_class.
  • Exceptions are now croaked properly so they appear to come from the calling code, not from an internal subroutine. This makes the exceptions look more like the ones thrown by Perl's require. RT #68663.

Modules

a working (require "Class::Name") and more

Provides

in lib/Class/Load/PP.pm