X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlintern.pod;h=8afabd90f001e811a9ba914d6727218218695d6e;hb=40b568c93a31cb8feae8a14551365dff7e76b624;hp=b0aab33e2b468c60bd8e3f20695eb69ce4419900;hpb=ee8c7f5465f003860e2347a2946abacac39bd9b9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlintern.pod b/pod/perlintern.pod index b0aab33..8afabd9 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -12,6 +12,21 @@ B! =over 8 +=item is_gv_magical + +Returns C if given the name of a magical GV. + +Currently only useful internally when determining if a GV should be +created even in rvalue contexts. + +C is not used at present but available for future extension to +allow selecting particular classes of magical variable. + + bool is_gv_magical(char *name, STRLEN len, U32 flags) + +=for hackers +Found in file gv.c + =back =head1 AUTHORS