Paketname | libtoolkit-perl |
Beschreibung | Keep your handy modules organized |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.0.2-1 |
Sektion | 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 | Debian Perl Group |
Quelle | |
Paketgröße | 10896 Byte |
Prüfsumme MD5 | ce6735fe6ee06671dc9e22b44ccc111d |
Prüfsumme SHA1 | f20450cf846aa6e950dfae9186c107e4d85c6ec6 |
Prüfsumme SHA256 | 8fec86c0460d14356502d34582b9a313240c7f0d7706869ecfdacb752dc0d81d |
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.
|