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

Re: [PATCH lib/Test/Builder.pm t/output.t] "Escape" newlines in test output

2002-04-22 Thread Michael G Schwern
On Sat, Apr 13, 2002 at 04:18:24PM -0700, chromatic wrote: > I'm not dead or pining for the fjords. > > This was discussed at the end of January on p5p, and Benjamin Goldberg > suggested the regexp solution that appears here. For future reference, TieOut.pm is sitting in t/lib/ Here's what I've

[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