Name: | perl516-perl-Class-Load |
---|---|
Version: | 0.20 |
Release: | 8.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 37893 |
License: | GPL+ or Artistic |
RPM: | perl516-perl-Class-Load-0.20-8.el7.noarch.rpm |
Source RPM: | perl516-perl-Class-Load-0.20-8.el7.src.rpm |
Build Date: | Fri May 29 2015 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Class-Load/ |
Summary: | A working (require "Class::Name") and more |
Description: | require EXPR only accepts Class/Name.pm style module names, not Class::Name. How frustrating! For that, we provide load_class 'Class::Name'. It's often useful to test whether a module can be loaded, instead of throwing an error when it's not available. For that, we provide try_load_class 'Class::Name'. Finally, sometimes we need to know whether a particular class has been loaded. Asking %INC is an option, but that will miss inner packages and any class for which the filename does not correspond to the package name. For that, we provide is_class_loaded 'Class::Name'. |
- Re-rebuild of bootstrapped packages
- Rebuilt for SCL
- Perl 5.18 re-rebuild of bootstrapped packages
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Update to 0.20 - Same as the most recent 0.19, but with a new version (CPAN RT#78389)
- 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
- Perl 5.16 re-rebuild of bootstrapped packages