Changes for version 0.06 - 2010-11-15
- BACK COMPAT CHANGE: Remove $Class::Load::ERROR in favor of a contextual return value ( Jesse Luehrs )
- Add load_optional_class($class) that fails only if there is a problem with the attempted-to-load $class. ( Kent Fredric )
- Force internal require to try-again if we are SURE the class is not there. This produces reliable errors. ( Kent Fredric )
- Replace Test::Exception with Test::Fatal ( Kent Fredric )
Modules
a working (require "Class::Name") and more