Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Devel-GlobalDestruction - Expose PL_dirty, the flag that marks global destruction
- Description:
Perl's global destruction is a little tricky to deal with with respect to
finalizers because it's not ordered and objects can sometimes disappear.
Writing defensive destructors is hard and annoying, and usually if global
destruction is happening you only need the destructors that free up non
process local resources to actually execute.
For these constructors you can avoid the mess by simply bailing out if
global destruction is in effect.
Packages
perl-Devel-GlobalDestruction-0.12-1.fc20.src
[19 KiB] |
Changelog
by Paul Howarth (2013-11-01):
- Update to 0.12
- Fix detection when loaded during global destruction by checking B::main_cv
instead of B::main_start
- Bump Sub::Exporter::Progressive dependency to fix loading in global
destruction
- Specify all dependencies
|