This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
open(my $fh, ">&", STDOUT) should not warn under strict.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 9 Apr 2003 12:39:35 +0000 (12:39 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 9 Apr 2003 12:39:35 +0000 (12:39 +0000)
commit3b82e551af39ddf336fbbcdb868f3bb50618183d
tree85ea1ca8ee1b9860a969302ec96a49aff890e833
parent0c4b0a3f6df5172b70e3383e7419936faa3fc0a0
open(my $fh, ">&", STDOUT) should not warn under strict.

p4raw-id: //depot/perl@19173
op.c
t/io/open.t