On Fri, March 18, 2005 4:01 am, stephane ancelot via RT said:
Show quoted text>
> This message about Convert-ASN1 was sent to you by sancelot@free.fr
> <sancelot@free.fr> via rt.cpan.org
>
> Full context and any attached attachments can be found at:
> <URL:
https://rt.cpan.org/Ticket/Display.html?id=11927 >
>
> Hi,
> when I make test it blocks displaying t/0-signature.t ....
That test is attempting to validate that the distribution has not been
modified. It will attempt to connect to pgp.mit.edu to verify my
signature in the SIGNATURE file
I assume your problem is that you cannot connect. You could try setting
the environment variable MODULE_SIGNATURE_TIMEOUT to a value like 10.
Then it would timeout after 10 seconds. The default timeout is proabbaly
2 minutes. Of course this would probably make that test fail.
An alternative would be to remove the 0-signature.t file. But I would
only suggest this if you are sure that your distfile has not been
modified by anyone.
Graham.