Skip Menu |

This queue is for tickets about the CPAN-Mini-Inject CPAN distribution.

Report information
The Basics
Id: 28363
Status: resolved
Priority: 0/
Queue: CPAN-Mini-Inject

People
Owner: andy [...] hexten.net
Requestors: andreas.marienborg [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: The head check in CPAN::Mini fails when there is no index.html or index.html is empty
The problem is that CPAN::Mini attemps a request with head to check that remote is alive. This fails when index.html is empty. the following patch fixes the issue: --- CPAN-Mini-Inject-0.18/t/html/index.html 1970-01-01 00:00:00.000000000 +0000 +++ CPAN-Mini-Inject-0.18.new/t/html/index.html 2007-07-18 12:41:06.000000000 +0000 @@ -0,0 +1 @@ +<h1>Index</h1>
Thanks for the patch. Fixed now.