Jump to letter: [
ABCDEFGHJKLMNPRSTUWX
]
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.04-1.fc8.i386
[13 KiB] |
Changelog
by Paul Howarth (2011-07-04):
- Update to 0.04
- To detect a perl with ${^GLOBAL_PHASE}, check for the feature itself
instead of a specific perl version
- Update the documentation to reflect the use of ${^GLOBAL_PHASE} if available
- Stop depending on Scope::Guard for the tests
- Upgrade ppport.h from version 3.13 to 3.19
- Drop no-longer-necessary buildreq perl(Scope::Guard)
- Package is noarch from perl 5.13.7
- Package Changes file
- Nobody else likes macros for commands
|