Paketname | libsub-exporter-perl |
Beschreibung | sophisticated exporter for custom-built routines |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.981-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 160 Byte |
Hängt ab von | perl (>= 5.6.0-16), libsub-install-perl, libdata-optlist-perl (>= 0.100) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 52242 Byte |
Prüfsumme MD5 | 167449eb7140f1e88370a8f546a81f15 |
Prüfsumme SHA1 | c69b9e8a82b128d283633d0f7d90c3b42efc5d9e |
Prüfsumme SHA256 | e777203d4bee14edb5df7b0dbd40cf2a804a97ff96a31783ef40c5978ea9bd77 |
Link zum Herunterladen | libsub-exporter-perl_0.981-1_all.deb |
Ausführliche Beschreibung | When you use a perl module, first it is "required" function used, then its
import method is called.
.
Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows
for renaming, currying/sub-generation etc.
.
Sub::Exporter builds a custom exporter which can then be installed into your
module. It builds this method based on configuration passed to its
setup_exporter method.
|