Paketname | libautobox-perl |
Beschreibung | Perl pragma for method calls on native types |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.55-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 128 Byte |
Hängt ab von | perl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.1.3), libscope-guard-perl (>= 0.03) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 30650 Byte |
Prüfsumme MD5 | 0311638b1a6951abd941045c44d54aab |
Prüfsumme SHA1 | abc686595752a14068f0073531a51c5bf2537bb2 |
Prüfsumme SHA256 | 2bf2d0d6c00f84dff9e324436b3ecd0aa75374782cd531c029b4edb6cdd19095 |
Link zum Herunterladen | libautobox-perl_2.55-1_i386.deb |
Ausführliche Beschreibung | autobox is a Perl pragma that enables method calls on Perl's native data types
including numeric values (integers and floats), strings, arrays, hashes and
even code references in a simple and consistent way.
.
When a method is invoked on something which is not a blessed object reference,
autobox looks for the method in a package whose name corresponds to the ref()
type of the value. This design means extending the default functionality for
new methods on a type-by-type basis is very simple.
|