The -0 command-line switch wasn't setting $/ at compile-time.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 12 Oct 2002 20:22:37 +0000 (20:22 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 12 Oct 2002 20:22:37 +0000 (20:22 +0000)
commit7f9e821f0be8f0d2dc7f73eee7bbcade8739c838
tree6f83ca0733ec26484182a714bdb87800e3906739
parenta5c16299e4688e58a2a7b276af191a614da68f07
The -0 command-line switch wasn't setting $/ at compile-time.
Move the initialization of $/ just after switch parsing
(it was done after yyparse().)

p4raw-id: //depot/perl@18015
perl.c
t/run/switches.t