X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction.pm;h=c1c9b5e172c26bbed02f1ceb4b36da12d2bc5928;hb=6f93d768566ef08e28e5b1b732a63c0e04dfbf68;hp=949d1d4e83d841bc30e3ed9685b2d329ecb03b86;hpb=5629eb97bd5b25e57bec2dc3920728b7a89a4e29;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 949d1d4..c1c9b5e 100644 --- a/lib/Devel/GlobalDestruction.pm +++ b/lib/Devel/GlobalDestruction.pm @@ -84,8 +84,8 @@ aliased, etc. if L is present. =item in_global_destruction Returns true if the interpreter is in global destruction. In perl 5.14+, this -returns C<${^GLOBAL_PHASE} eq 'DESTRUCT'>, and on earlier perls, it returns the -current value of C. +returns C<${^GLOBAL_PHASE} eq 'DESTRUCT'>, and on earlier perls, detects it using +the value of C or C. =back @@ -103,6 +103,8 @@ Arthur Axel 'fREW' Schmidt Efrioux@gmail.comE Elizabeth Mattijsen Eliz@dijkmat.nlE +Greham Knop Ehaarg@haarg.orgE + =head1 COPYRIGHT Copyright (c) 2008 Yuval Kogman. All rights reserved