On Tue Feb 11 18:28:27 2014, PEVANS wrote:
Show quoted text> Hmm. Having changed the name of the private constructor method, that
> doesn't actually help. Instead now it just hangs and has to be
> SIGINT'ed:
>
> $ make test
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/01_load.t .......... # Acme::Override::INET replaced
> IO::Socket::INET with IO::Socket::IP 0.28
> t/01_load.t .......... ok
> t/02_new.t ........... # Acme::Override::INET replaced
> IO::Socket::INET with IO::Socket::IP 0.28
> t/02_new.t ........... ok
> t/03_connect.t ....... # Acme::Override::INET replaced
> IO::Socket::INET with IO::Socket::IP 0.28
> ^Cmake: *** [test_dynamic] Interrupt
>
> More investigation required...
The reason, as I see, is that IO::Socket::IP doesn't support connect() timeout. See #rt92075