Paketname | libperl-destruct-level-perl |
Beschreibung | Perl module to change Perl's destruction level |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.02-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.10.0-19ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 9580 Byte |
Prüfsumme MD5 | 4529349aa83dc634714621b50ccb2740 |
Prüfsumme SHA1 | b1f5215b70ea96218d285df95d133cfe2255f881 |
Prüfsumme SHA256 | 68e20e2272a9d062bb5beabd1e287b548644c3798d0c54c5210d4d319b4a608d |
Link zum Herunterladen | libperl-destruct-level-perl_0.02-1_i386.deb |
Ausführliche Beschreibung | Perl::Destruct::Level is an interface allowing one to change Perl's internal
destruction level. While this functionality is available through the
PERL_DESTRUCT_LEVEL environment variable when perl is compiled with debug
support, this module provides it for perls without -DDEBUGGING.
.
The default value of the destruct level is 0; it means that perl won't bother
destroying all its internal data structures, but let the OS do the cleanup
for it at exit.
.
Relevant values recognized by perl are 1 and 2. Consult your source code to
know exactly what they mean. Note that some embedded environments might
extend the meaning of the destruction level for their own purposes: mod_perl
does that, for example.
|