| Paketname | libperl-destruct-level-perl | 
| Beschreibung | Perl module to change Perl's destruction level | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.02-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 88 Byte | 
| Hängt ab von | perl (>= 5.10.0-19), perlapi-5.10.0, libc6 (>= 2.1.3) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 9394 Byte | 
| Prüfsumme MD5 | efd56af12ebb2c27834bb2bbec17779c | 
| Prüfsumme SHA1 | 8fdda0cc3f151bec4e4d427d8779534f6f95535b | 
| Prüfsumme SHA256 | f27911b8efe1c6cf5460c2a1abe7cb665376d446eaca8becd150e9f7d779c255 | 
| 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. |