Stop cpan/CGI/t/http.t from failing
authorFather Chrysostomos <sprout@cpan.org>
Wed, 13 Oct 2010 16:45:08 +0000 (09:45 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 13 Oct 2010 16:45:47 +0000 (09:45 -0700)
A similar patch has been applied upstream. This will be overwritten
when the next CGI.pm is merged into blead, but at least we can get
the tests passing for now.

This does not affect any installed files.

cpan/CGI/t/http.t

index 8ca3974..c46c8ff 100644 (file)
@@ -7,6 +7,8 @@ use lib qw(t/lib);
 use Test::More tests => 7;
 use CGI;
 
+%ENV=();
+
 my $cgi = CGI->new();
 
 {