Skip Menu |

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

Report information
The Basics
Id: 79804
Status: resolved
Priority: 0/
Queue: XML-Simple

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

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



Using Storable 2.20. Was initially using XMLin($serviceDef, ForceArray => 1, Cache => [ 'storable' ]), then got reminded of keyattr with an attribute called name, (already aware of and using it elsewhere, this is just older code), so switched to XMLin($serviceDef, ForceArray => 1, Cache => [ 'storable' ], keyattr => []). It still wasn't working; I eventually realised it's because the file hasn't changed, so it hadn't refreshed the cached version. I deleted the .stor file, and it all came good. I don't know if there's an easy workaround, perhaps storing the XMLin config within the stor file, or if its worth the processor hit. I guess it's probably only a developer issues really. Anyway I thought I ought to raise the bug at least.
No subject duplicate of #79805.
Please close/delete and continue in #79805 instead, my mistake.