Jose Luis Martinez

Results 125 comments of Jose Luis Martinez

From the doc, it looks like nothing should be escaped in the key (everything is a "may", "should", "might"...). I'm curious what others are doing with the keys... I suspect...

@sven-schubert: You may want to look at this issue, as you are currently working on S3

@veqryn : in this issue a couple of workarounds are suggested (https://github.com/pplu/aws-sdk-perl/issues/111#issuecomment-300135620) and (https://github.com/pplu/aws-sdk-perl/issues/111#issuecomment-250996388). I'd love a pull request with a fix, since I didn't arrive to a conclusion about...

Hi! Thanks for your bug report! I'll take a look at fixing this so you don't have to apply this patch. BTW: I love the way you've patched the class...

+1: XML as a datasctructure is a pain :(. Be sure some ugly code is laying around because of that fact. If you have any suggestions of how you would...

I've just found out about https://metacpan.org/pod/XML::Compile. It could be an option.

@zostay Thanks for the heads-up about XML::LibXML::Simple (didn't know it existed, and was drop-in for XML::Simple)

Hi, I just tried out XML::LibXML::Simple on this branch. It fails tests because of differences in how it converts XML to a datastructure. https://github.com/pplu/aws-sdk-perl/tree/feature/xml-libxml-simple ``` perl -I lib/ -I auto-lib/...

Take a look at the code if the refactored code in this branc helps https://github.com/pplu/aws-sdk-perl/tree/release/0.37