X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/b7b9dad9e33b14e2364f6f69edc9bce5bdbd0cb2..346533b5a8c78963e00ab44598eeae628a91ce53:/t/50-cgi.t diff --git a/t/50-cgi.t b/t/50-cgi.t index b3d5105..57e766b 100644 --- a/t/50-cgi.t +++ b/t/50-cgi.t @@ -18,7 +18,7 @@ my $base = -w '/tmp' ? '/tmp' : cwd(); my $testfile = 'testfile.plp'; not -f "$base/$testfile" or BAIL_OUT("$testfile exists"); -open ORGOUT, '>&', STDOUT; +open ORGOUT, '>&', *STDOUT; sub plp_is { my ($test, $plp, $expect) = @_;