| Paketname | libclass-autouse-perl | 
| Beschreibung | Defer loading ( 'use'ing ) of a class until run time | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.29-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 52 Byte | 
| Hängt ab von | libextutils-autoinstall-perl, perl (>= 5.6.0-16) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 24812 Byte | 
| Prüfsumme MD5 | ddf23d108ad4285c99fa1fba031f45cd | 
| Prüfsumme SHA1 | 9b8c70b9ebddbdc8a920645b9db683a1d27a8988 | 
| Prüfsumme SHA256 | 2d31aae45332c16efa019431637a49cee0297ba6837561240167a55cf2307ce8 | 
| Link zum Herunterladen | libclass-autouse-perl_1.29-1_all.deb | 
| Ausführliche Beschreibung | 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. |