This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #77810] Scalars vs globs
authorFather Chrysostomos <sprout@cpan.org>
Sun, 24 Oct 2010 22:50:23 +0000 (15:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 24 Oct 2010 23:18:40 +0000 (16:18 -0700)
commit2acc3314e31a9342e325f35c5b592967c9850c9b
tree9fb193068226872c7947a20c114b641a422d2bb2
parente1be28b42dd83015ebd81dbeda258cc72f8dddf0
[perl #77810] Scalars vs globs

Stop *{} from returning globs with the SVf_FAKE flag on.

It removes three tests from t/op/gv.t (that I added) that test buggy
edge cases that can no longer occur.

It also modifies tests in t/io/defout.t to keep them passing. I am not
sure that test script serves any purpose any more.
op.c
pp.c
t/io/defout.t
t/op/gv.t