openbsd-ports/devel/p5-Class-Autouse/pkg/DESCR
kevlo 6c1e1321f9 Initial import of p5-Class-Autouse 1.16
This module allows you to specify a class the will only load when a
method of that class is called.
2005-03-09 03:09:19 +00:00

5 lines
276 B
Plaintext

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.