Re: [PATCH] use_ok() with pragmas in 5.005_03

2002-04-22 Thread Michael G Schwern
On Tue, Apr 23, 2002 at 03:28:12AM +0900, Tatsuhiko Miyagawa wrote: > it seems that calling pragma->import() raises a warning in > perl5.005_03. It may be a lexer bug in 5.005_03 ... > > % perl5.00503 -we 'require base; base->import("CGI")' > Unquoted string "base" may clash with future reser

[PATCH] use_ok() with pragmas in 5.005_03

2002-04-22 Thread Tatsuhiko Miyagawa
it seems that calling pragma->import() raises a warning in perl5.005_03. It may be a lexer bug in 5.005_03 ... % perl5.00503 -we 'require base; base->import("CGI")' Unquoted string "base" may clash with future reserved word at -e line 1. P.S. Mike, the same thing applies with your mixin.pm