Paketname | libtoolkit-perl |
Beschreibung | Keep your handy modules organized |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.0.2-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl (>= 5.6.0-16), libversion-perl | perl-modules (>= 5.10) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 10922 Byte |
Prüfsumme MD5 | 1dfed2e0fc8090855a20020b8b9f9338 |
Prüfsumme SHA1 | 2e668adda89fa2bed72f95e624b32e9b3e846571 |
Prüfsumme SHA256 | 6ae555cb01ac3aaa8aa7d323248e46f184c7115929b06e881fd0417459f2ef04 |
Link zum Herunterladen | libtoolkit-perl_0.0.2-1_all.deb |
Ausführliche Beschreibung | The Toolkit module provides a standard location to store modules that you use
all the time, and then loads them for you automatically. For example, instead
of always writing:
.
use strict;
use warnings;
use Carp;
use Smart::Comments;
.
in every program/module, you can just write:
.
use Toolkit;
.
and put all your favorite modules in a file.
|