This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence mandatory warning by using @# instead of $#.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 13 Jul 2007 06:12:50 +0000 (06:12 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 13 Jul 2007 06:12:50 +0000 (06:12 +0000)
commit1a9b3510845e2cb6cf6cf76ef71e4c5a6d9d3b67
treec8c6a31bc5b2b4eba7aa2f8eee068e409037a612
parent35722e7202d303b4034282b06c77d29446974837
Silence mandatory warning by using @# instead of $#.
"no warnings" is probably a bit inappropriate for a
base test. Putting -X on the command-line is probably
not a good idea, since it may hide other interesting
warnings in the future.

p4raw-id: //depot/perl@31601
t/base/lex.t