From: Graham Knop Date: Tue, 19 Feb 2013 23:43:03 +0000 (-0500) Subject: update documentation to reflect new implementation X-Git-Tag: Devel-GlobalDestruction-0.10~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f93d768566ef08e28e5b1b732a63c0e04dfbf68;p=p5sagit%2FDevel-GlobalDestruction.git update documentation to reflect new implementation --- diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index ead681c..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