[perl #78580] Stop a simple *glob from calling get-magic
authorFather Chrysostomos <sprout@cpan.org>
Mon, 1 Nov 2010 00:02:44 +0000 (17:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 1 Nov 2010 00:25:09 +0000 (17:25 -0700)
commitf64c9ac53bc4a5fa5967c92e98d7b42cca1ce97b
tree10136ffc3693709c80e4c0ef25908bf779d18413
parenta9aeb2f17bf8f278290ca5bb590566f31b78ffb1
[perl #78580] Stop a simple *glob from calling get-magic

This also happens to apply to *{ $::{glob} }, but not to *{\*glob} or
*{$thing = *glob}.

In other words, it’s only when the operand is a real glob, and not a
reference or a SVt_FAKE glob.
pp.c
t/op/gmagic.t