Name: | perl-Class-Autouse |
---|---|
Version: | 2.01 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 74337 |
License: | GPL+ or Artistic |
RPM: | perl-Class-Autouse-2.01-5.el7.noarch.rpm |
Source RPM: | perl-Class-Autouse-2.01-5.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Class-Autouse/ |
Summary: | Run-time class loading on first method call |
Description: | Class::Autouse allows you to specify a class the will only load when a method of that class is called. For large classes that might not be used during the running of a program, such as Date::Manip, this can save you large amounts of memory, and decrease the script load time. |