summaryrefslogtreecommitdiff
path: root/fakesdio.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-09-20 22:05:39 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-09-20 22:05:39 -0700
commita539498ab05fd838aa1eaaebbe1f3528bb97d1d3 (patch)
treec937d131edf9b5876c839b01039576545ee5b3d5 /fakesdio.h
parent2474a784a94d8c70aea9c330d9f2a902b8a68b85 (diff)
downloadperl-a539498ab05fd838aa1eaaebbe1f3528bb97d1d3.tar.gz
Let B::Deparse know about the [perl #20444] fix.
With the previous commit: $ ./perl -Ilib -MO=Deparse -e'"foo" =~ (1?/foo/:/bar/)' 'foo' =~ /foo/; -e syntax OK So the Deparse output no longer matches what perl does. With this commit: $ ./perl -Ilib -MO=Deparse -e'"foo" =~ (1?/foo/:/bar/)' 'foo' =~ ($_ =~ /foo/); -e syntax OK
Diffstat (limited to 'fakesdio.h')
0 files changed, 0 insertions, 0 deletions