On Jul 27, 2004, at 2:52 PM, Sherm Pendley wrote:

If you'd like to do more research, do a 'look HTTP::Request' in the CPAN shell. That will unpack the module and open up a sub-shell in the unpacked directory. From there, have a look at the live/apache-listing.t file. The error was reported as happening at line 77, so you can see if the module feature being tested there is or isn't one that you plan to use.

I just read about this elsewhere (MacSlash). The problem is that one of the sites used to test the module is unresponsive. So, edit live/apache-listing.t and delete the following site from the list:


http://gump.covalent.net/jars/?C=N&O=D

After you make this edit, save the file and exit from the sub-shell. The install should then proceed normally with all tests passing.

Or, you can simply use 'force install' without concern, now that we know that the problem has been found to be in the test, not the module.

sherm--



Reply via email to