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
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
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