File: control

package info (click to toggle)
libclass-autouse-perl 1.23-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 272 kB
  • ctags: 153
  • sloc: perl: 1,769; makefile: 42
file content (15 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libclass-autouse-perl
Section: perl
Priority: optional
Build-Depends-Indep: debhelper (>= 4.0.0), perl (>= 5.6.0-17), libextutils-autoinstall-perl
Maintainer: Steve Kowalik <stevenk@debian.org>
Standards-Version: 3.6.1

Package: libclass-autouse-perl
Architecture: all
Depends: ${perl:Depends}, libextutils-autoinstall-perl
Description:  Defer loading ( 'use'ing ) of a class until run time
 Class::Autouse allows you to specify a class the will only load when a 
 method of the 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.