DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibperl-destruct-level-perl
BeschreibungPerl module to change Perl's destruction level
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.02-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe92 Byte
Hängt ab vonperl (>= 5.10.0-19ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße9580 Byte
Prüfsumme MD54529349aa83dc634714621b50ccb2740
Prüfsumme SHA1b1f5215b70ea96218d285df95d133cfe2255f881
Prüfsumme SHA25668e20e2272a9d062bb5beabd1e287b548644c3798d0c54c5210d4d319b4a608d
Link zum Herunterladenlibperl-destruct-level-perl_0.02-1_i386.deb
Ausführliche BeschreibungPerl::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.


Impressum
Linux is a registered trademark of Linus Torvalds