Paketname | libdata-dumper-simple-perl |
Beschreibung | Easily dump variables together with their names (Data::Dumper-like) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.11-4 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 76 Byte |
Hängt ab von | perl (>= 5.6.0-16), perl-modules |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 13116 Byte |
Prüfsumme MD5 | a58a920b50884276ce57046451ca0890 |
Prüfsumme SHA1 | 5d8ee8c42c1a4ca48ca545acf3ec52a5e9ed8b62 |
Prüfsumme SHA256 | 0b28511f8956db173c2d25f67ed070da340d9c49b38b1103b0fda8186d822e18 |
Link zum Herunterladen | libdata-dumper-simple-perl_0.11-4_all.deb |
Ausführliche Beschreibung | This module allows the user to dump variables in a Data::Dumper format.
Unlike the default behavior of Data::Dumper, the variables are named
(instead of $VAR1, $VAR2, etc.) Data::Dumper provides an extended
interface that allows the programmer to name the variables, but this
interface requires a lot of typing and is prone to tyops (sic). This
module fixes that.
|