Paketname | liblog-trace-perl |
Beschreibung | Perl module to provide a unified approach to tracing |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.070-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | libdata-serializer-perl |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 31482 Byte |
Prüfsumme MD5 | df25e5eeb7b587e28b43e92f62307bab |
Prüfsumme SHA1 | dcb42b15946de1a76a676c046737cb2a11b1f9b1 |
Prüfsumme SHA256 | 2756f00b77e6794cb842016666b9efda853f38495616d8f98479c23e37498fb7 |
Link zum Herunterladen | liblog-trace-perl_1.070-2_all.deb |
Ausführliche Beschreibung | A module to provide a unified approach to tracing. A script can use Log::Trace
qw( < mode > ) to set the behaviour of the TRACE function.
.
By default, the trace functions are exported to the calling package only. You
can export the trace functions to other packages with the "Deep" option. See
"OPTIONS" for more information.
.
All exports are in uppercase (to minimise collisions with "real" functions).
|