Paketname | libautobox-perl |
Beschreibung | Perl pragma for method calls on native types |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.70-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 124 Byte |
Hängt ab von | perl (>= 5.10.1-11), perlapi-5.10.1, libc6 (>= 2.1.3), libscope-guard-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 30892 Byte |
Prüfsumme MD5 | 6a539afb378b61457a70ddec8308ad94 |
Prüfsumme SHA1 | f798a025b58ff9420831ccf7ff4921703fd9e9da |
Prüfsumme SHA256 | 7cd5168e52780136ca2d5aabfb8bd017876e33d7e886fe88068209d187ef959a |
Link zum Herunterladen | libautobox-perl_2.70-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.
|