1
0
mirror of https://github.com/golang/go synced 2024-11-26 12:48:11 -07:00

net/http/cgi: make test more robust for Windows perl

Update #4401

R=golang-dev, mattn.jp
CC=golang-dev
https://golang.org/cl/6853067
This commit is contained in:
Brad Fitzpatrick 2012-11-19 08:25:51 -08:00
parent c9856e7d22
commit c8e7469fcd

View File

@ -8,6 +8,8 @@
use strict;
use Cwd;
binmode STDOUT;
my $q = MiniCGI->new;
my $params = $q->Vars;