diff options
Diffstat (limited to 'devel/p5-Class-Autouse/DESCR')
-rw-r--r-- | devel/p5-Class-Autouse/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Class-Autouse/DESCR b/devel/p5-Class-Autouse/DESCR new file mode 100644 index 00000000000..0d692784116 --- /dev/null +++ b/devel/p5-Class-Autouse/DESCR @@ -0,0 +1,5 @@ +Class::Autouse allows you to specify a class that 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. |