[perl #77688] tie $scalar can tie a handle
authorFather Chrysostomos <sprout@cpan.org>
Mon, 25 Oct 2010 17:52:42 +0000 (10:52 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 25 Oct 2010 17:52:42 +0000 (10:52 -0700)
commit9aa8b00892d81bb5e94565d3cb9841dd57b7b9cf
tree8e675bf2f7f25b746b99e3f094065bade479e592
parent0095ccd463db264dc799ca02921528f64f1dc0b2
[perl #77688] tie $scalar can tie a handle

Make tie() distinguish between $scalar and *$scalar when $scalar holds
a glob copy, by checking the FAKE flag.
pp_sys.c
t/op/tie.t