This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
readline should behave as <>, not <<>>
authorRafael Garcia-Suarez <rgs@consttype.org>
Thu, 5 Mar 2015 16:37:33 +0000 (17:37 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Thu, 5 Mar 2015 16:37:33 +0000 (17:37 +0100)
commit0f6f92e0b139f81313e47d8eb6d0c323dfd77b62
tree97fb1dbf08c6bdae349c39402b8c0f2554958cf6
parent2b5060aeb95612aea17de446e9d72793e28bf8a9
readline should behave as <>, not <<>>

This fixes bug #123990. The cause was that one promotion to
OP_READLINE was not cleaning the special flag on that op.
op.c
t/io/argv.t