Skip Menu |

This queue is for tickets about the Net-HL7 CPAN distribution.

Report information
The Basics
Id: 101848
Status: new
Priority: 0/
Queue: Net-HL7

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.78
  • 0.79
  • 0.80
  • 0.81
Fixed in: (no value)



Subject: patch: prevent hanging on Windows
for connection.t -- Alexandr Ciornii, http://chorny.net
Subject: connection.t.diff
--- connection.t.dist 2015-01-31 23:07:41.562500000 +0200 +++ connection.t 2015-01-31 23:04:32.399269000 +0200 @@ -6,7 +6,7 @@ use Test::More tests => 7; use_ok("Net::HL7::Message"); use_ok("Net::HL7::Connection"); -use_ok("Net::HL7::Daemon"); +use_ok("Net::HL7::Daemon") or BAIL_OUT('hangs on Windows in case of compilation failure'); use_ok("Net::HL7::Segments::MSH"); my $msg = new Net::HL7::Message();