X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlguts.pod;h=9b16a8a0263bd3fb2208b64c2f5a7bb1c34c2f09;hb=b0fffe302ebecea108e16fbf94d910405cdc8714;hp=5bc521db75486c3b44c549e0c53d7d1f0c92cf4b;hpb=b5a41e529034a0ee7e1a2e3e37537f713b54afbf;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 5bc521d..9b16a8a 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -2171,6 +2171,15 @@ Do magic after a value is assigned to the SV. See C. int mg_set (SV* sv) +=item modglobal + +C is a general purpose, interpreter global HV for use by +extensions. While it could hold extension specific information, it is +meant primarily for information that needs to be shared between +extensions. Moreover, while it could be used for any kind of +information, it is meant for information that should be not accessible +in the usual way from the perl symbol table. + =item Move The XSUB-writer's interface to the C C function. The C is the