In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5b898c5546fe02bdfea436d1c1091af7a890b187?hp=f8fcc4c4d40dffe02ea3730dff8d5723dc1cf0fe>

- Log -----------------------------------------------------------------
commit 5b898c5546fe02bdfea436d1c1091af7a890b187
Author: Father Chrysostomos <[email protected]>
Date:   Wed Oct 13 09:45:08 2010 -0700

    Stop cpan/CGI/t/http.t from failing
    
    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.
-----------------------------------------------------------------------

Summary of changes:
 cpan/CGI/t/http.t |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

--
Perl5 Master Repository

Reply via email to