This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a syntax incompatibility introduced by the // operator.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 12 Sep 2002 19:33:06 +0000 (19:33 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 12 Sep 2002 19:33:06 +0000 (19:33 +0000)
commit7ce6e6b9b330bcb2a1d155869572dcbf97a67971
tree600e5d6fbf0724571575f4c1e14bebc21bbc300a
parent40814d06efea74278848431eb06d2e8edc2b07d4
Fix a syntax incompatibility introduced by the // operator.
(Note that C<print $fh //> is still a syntax error, it
wasn't with perl 5.8.0.)

p4raw-id: //depot/perl@17900
t/op/dor.t
toke.c