0139052 Version 0.19 re-released

Authored and Committed by pghmcfc 11 years ago
    Version 0.19 re-released
    
    - New upstream re-release of 0.19 by DROLSKY
      - The load_class() subroutine now returns the class name on success
        (CPAN 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 (CPAN RT#68663)
    - This release by DROLSKY -> update source URL
    - BR: perl(Scalar::Util) for the module
    - BR: perl(lib) for the test suite
    - Drop buildreqs perl(strict) and perl(warnings) - not dual-lived
    
        
file modified
+26 -10
file modified
+1 -1