DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtoolkit-perl
BeschreibungKeep your handy modules organized
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.0.2-1
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl (>= 5.6.0-16), libversion-perl | perl-modules (>= 5.10)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße10896 Byte
Prüfsumme MD5ce6735fe6ee06671dc9e22b44ccc111d
Prüfsumme SHA1f20450cf846aa6e950dfae9186c107e4d85c6ec6
Prüfsumme SHA2568fec86c0460d14356502d34582b9a313240c7f0d7706869ecfdacb752dc0d81d
Link zum Herunterladenlibtoolkit-perl_0.0.2-1_all.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds