Philip M. Gollucci wrote:
I can't for the life of me figure out where cgi.t is generated from as its not under SVN.
Call me an idiot, I was lookin in the rc3 dir not the svn dir. *sigh*

Here's a patch:
>svn diff
Index: cgi.t
===================================================================
--- cgi.t       (revision 327592)
+++ cgi.t       (working copy)
@@ -7,7 +7,6 @@
 use Apache::TestRequest qw(GET_BODY UPLOAD_BODY
                            GET_BODY_ASSERT POST_BODY GET_RC GET_HEAD);
 use constant WIN32 => Apache::TestConfig::WIN32;
-use HTTP::Cookies;
 use Cwd;
 require File::Basename;

@@ -36,8 +35,10 @@
 my @big_keys    = ('a'..'z');

 plan tests => 10 + @key_len * @key_num + @big_key_len * @big_key_num +
-  @names * @methods, have_lwp && have_cgi;
+  @names * @methods, have_lwp && have_cgi && need_module('HTTP::Cookies');

+require HTTP::Cookies;
+
 my $location = '/cgi-bin';
 my $script = $location . '/test_cgi.pl';
 my $line_end = WIN32 ? "\r\n" : "\n";

--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com

Reply via email to