Paketname | libperl6-export-perl |
Beschreibung | Implements the Perl 6 'is export(...)' trait |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.07-10 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 8322 Byte |
Prüfsumme MD5 | 1fcc79858f44effcb13806513171e018 |
Prüfsumme SHA1 | 27a011fb0ad0233f98965512a45ecb23246ada82 |
Prüfsumme SHA256 | 809578b123b341ecd2d4db1b9211c97fb912b5f71cb63cbeba20f181805608e1 |
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.
|