Paketname | libperl6-export-perl |
Beschreibung | Implements the Perl 6 'is export(...)' trait |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.07-10 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 8230 Byte |
Prüfsumme MD5 | a5cce3d3f0ef8859e8c7b7ad659c847a |
Prüfsumme SHA1 | 0bd160ecfc0a674760b9cb4c5edeef03016c1e7e |
Prüfsumme SHA256 | 467d8ac5411510a843f21361dca0008450fe37ab39ccaa01a7662df9a9acacf0 |
Link zum Herunterladen | libperl6-export-perl_0.07-10_all.deb |
Ausführliche Beschreibung | This module prototypes the Perl 6 'exported' and 'exportable' traits
in Perl 5.
.
Instead of messing around with @EXPORT arrays, you just declare which
subs are to be exported (or are exportable on request) as part of
those subs.
|