From: Yuval Kogman Date: Wed, 13 Aug 2008 15:05:11 +0000 (+0000) Subject: pod coverage for in_global_destruction X-Git-Tag: 0_64_01~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f49cf3f931045bfa9a03785a1aea6caef52ace0;p=gitmo%2FClass-MOP.git pod coverage for in_global_destruction --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 6148129..c56f63d 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -998,6 +998,13 @@ If possible, we will load the L module and this will function as C does, otherwise it will just return the C<$code> argument. +=item B + +If L is available, this returns true under global +destruction. + +Otherwise it's a constant returning false. + =back =head2 Metaclass cache functions