Allows you to change perl's internal destruction level
Go to file
Paul Howarth 1b0870e642 Initial import (perl-Perl-Destruct-Level-0.02-2)
This module allows you to change perl's internal destruction level. The
default value of the destruct level is 0; it means that perl won't bother
destroying all of its internal data structures and lets the OS do the cleanup
for it at exit.

For perls built with debugging support (-DDEBUGGING), an environment variable
PERL_DESTRUCT_LEVEL allows you to control the destruction level. This module
enables you to modify it on non-debugging perls too.

Note that some embedded environments might extend the meaning of the
destruction level for their own purposes: mod_perl does that, for example.
2012-03-30 18:25:38 +01:00
.gitignore Initial import (perl-Perl-Destruct-Level-0.02-2) 2012-03-30 18:25:38 +01:00
perl-Perl-Destruct-Level.spec Initial import (perl-Perl-Destruct-Level-0.02-2) 2012-03-30 18:25:38 +01:00
sources Initial import (perl-Perl-Destruct-Level-0.02-2) 2012-03-30 18:25:38 +01:00