Skip Menu |

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

Report information
The Basics
Id: 120568
Status: resolved
Priority: 0/
Queue: Net-HL7

People
Owner: Nobody in particular
Requestors: chuck.zumbrun [...] gmail.com
Cc:
AdminCc:

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



Subject: Net::HL7::Segment issue
Date: Thu, 9 Mar 2017 10:14:28 -0500
To: bug-Net-HL7 [...] rt.cpan.org
From: Chuck Zumbrun <chuck.zumbrun [...] gmail.com>
In Segment.pm v1.13 in the function getFieldAsString there's a line: $field || return ""; if $field is 0, it returns an empty string rather than 0
On Thu 09 Mar 2017 10:14:43, chuck.zumbrun@gmail.com wrote: Show quoted text
> In Segment.pm v1.13 in the function getFieldAsString there's a line: > > $field || return ""; > > if $field is 0, it returns an empty string rather than 0
Looks like you're using a very old version of the Net::HL7 library. This issue has been solved in 0.77, so anything newer should be fine.