Name: | perl-Class-Load |
---|---|
Version: | 0.20 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 37892 |
License: | GPL+ or Artistic |
RPM: | perl-Class-Load-0.20-3.el7.noarch.rpm |
Source RPM: | perl-Class-Load-0.20-3.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.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'. |
- Mass rebuild 2013-12-27
- Rebuild for perl 5.16
- 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
- Conditionalize Pod::Coverage::Moose
- Perl 5.16 rebuild
- Add commentary regarding conditionalized buildreqs
- Conditionalize aspell-en dependency