X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=mg.c;h=7c7c03ea30c062e48febe09238cdedaa0d6362ca;hb=842c41230043ce99d4bf7b2c79aed85ce2908e89;hp=ccb5b82117f7f3d2cbfde2cb3fd20f14b01c728b;hpb=5afa72af5aa99c40932771ad390abf5ba229611b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/mg.c b/mg.c index ccb5b82..7c7c03e 100644 --- a/mg.c +++ b/mg.c @@ -179,6 +179,7 @@ S_is_container_magic(const MAGIC *mg) case PERL_MAGIC_rhash: case PERL_MAGIC_symtab: case PERL_MAGIC_tied: /* treat as value, so 'local @tied' isn't tied */ + case PERL_MAGIC_tiedscalar: /* so 'local $scalar' isn't tied */ return 0; default: return 1;