Skip Menu |

This queue is for tickets about the AnyData CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: Dan [...] DWright.Org
Cc:
AdminCc:

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



Subject: adConvert hangs converting from CSV to XML
Using AnyData v0.8, and XML::Twig v3.15 (also verified with other versions): Here is example.csv: a,b,c 1,2,3 4,5,6 Now, if I run this command: perl -MAnyData -e "adConvert( 'CSV', 'example.csv', 'XML', 'example.xml' )" It hangs indefinately and only creates a 0k example.xml file.