Skip Menu |

This queue is for tickets about the AnyData CPAN distribution.

Report information
The Basics
Id: 8671
Status: resolved
Priority: 0/
Queue: AnyData

People
Owner: Nobody in particular
Requestors: elodie+cpan [...] pasteur.fr
Cc:
AdminCc:

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



Subject: writing fields containing 0 with AnyData::Format::Fixed
The sub write_fields of AnyData::Format::Fixed will skip any field containing only zeros because of the test: next unless $_; within the loop which analyzes fields. Maybe changing that test for a: next unless defined $_ would be enough?
this should be resolved in 0.11 :) Cheers Sven