On Sat, Nov 01, 2003 at 02:45:55AM -0500, Guest via RT wrote:
Show quoted text>
> This message about if was sent to you by guest <> via rt.cpan.org
>
> Full context and any attached attachments can be found at:
> <URL:
https://rt.cpan.org/Ticket/Display.html?id=4258 >
>
> ok( eval "use if ($v_plus > \$]), 'open' => ':std'; 12" eq 12,
> '"use if" with open');
>
>
> the open pragma was first incarnated with perl 5.6,
> but the ":std" _discipline_ was not present then
>
> I suggest you adjust the test to use strict or vars or
> a module you included especially for testing your if pragma
Since strict/vars etc are not Perl keywords, the test cannot be redone
with other modules. And one cannot include dummy modules due to
problems they would cause with CPAN indexer.
I uploaded a newer version to PAUSE right now; it uses IN => :crlf.
Hope this helps,
Ilya