| Paketname | libdevel-globaldestruction-perl |
| Beschreibung | Expose PL_dirty, the flag which marks global destruction |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.02-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 84 Byte |
| Hängt ab von | perl (>= 5.10.0-17ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3), libscope-guard-perl, libsub-exporter-p |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 9156 Byte |
| Prüfsumme MD5 | 974f303d23ecb159de7db71ddc9272e5 |
| Prüfsumme SHA1 | 49078788a8791212eb436c8f93cef52b7d6c6e71 |
| Prüfsumme SHA256 | c39f24e2a28173d0d74978421f19f122e13c47dfa58dc6b049bc35fd566ca48d |
| Link zum Herunterladen | libdevel-globaldestruction-perl_0.02-1_i386.deb |
| Ausführliche Beschreibung | Perl's global destruction is a little tricky to deal with WRT finalizers
because it's not ordered and objects can sometimes disappear.
.
Writing defensive destructors is hard and annoying, and usually if global
destruction is happenning 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.
|