Paketname | libvariable-magic-perl |
Beschreibung | module to associate user-defined magic to variables from Perl |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.40-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 156 Byte |
Hängt ab von | perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 40092 Byte |
Prüfsumme MD5 | c46b8c501d1839ad8844b6552a2ebd5c |
Prüfsumme SHA1 | 60869f33b37f7553d3e5654da386d9ba159434ca |
Prüfsumme SHA256 | 0b2c633b8790678fa60862eef38f60718dd5621970eeb53affccedd4da531956 |
Link zum Herunterladen | libvariable-magic-perl_0.40-1_i386.deb |
Ausführliche Beschreibung | Variable::Magic is Perl way of enhancing objects. This mechanism lets the user
add extra data to any variable and hook syntaxical operations (such as access,
assignment or destruction) that can be applied to it.
.
With this module, you can add your own magic to any variable without having
to write a single line of XS.
|