Skip Menu |

This queue is for tickets about the XML-Feed CPAN distribution.

Report information
The Basics
Id: 41794
Status: resolved
Priority: 0/
Queue: XML-Feed

People
Owner: simonw [...] cpan.org
Requestors: dom [...] math.uni-bonn.de
Cc:
AdminCc:

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



Subject: Loosing array content in entry conversion
Date: Wed, 17 Dec 2008 22:31:38 +0100
To: bug-XML-Feed [...] rt.cpan.org
From: Mario Domgoergen <dom [...] math.uni-bonn.de>
Hello, when converting entries between the two formats $entry->$field() is always called in scalar context which results in loosing all but one category. The attached patch hopes to solve that problem. Best wishes and thanks for the great module, Mario -- Mario Domgoergen - Systemadministration Mathematische Institut der Universitaet Bonn Beringstrasse 4, 53115 Bonn / Zimmer 3 Tel.: +49-228-737773 / dom@math.uni-bonn.de

Message body is not shown because sender requested not to inline it.

On Wed Dec 17 16:31:57 2008, dom@math.uni-bonn.de wrote: Show quoted text
> when converting entries between the two formats $entry->$field() > is always called in scalar context which results in loosing all but > one category. The attached patch hopes to solve that problem.
The patch looks good but triggers another bug in conversion somehow. I'm looking into what's going on and then I'll do a release.
I sorted the problem out and the code is now in SVN in a slightly modified form. http://code.sixapart.com/svn/XML-Feed/trunk/ I need to do a little more work on some other stuff before I do a release.