FYI I reported this (with a smaller test case) as RT#103543 in Data::Dump::Streamer.
-- Mark Gardner $ <[email protected]> On Tue, Apr 14, 2015 at 12:35 PM, Mark Gardner <[email protected]> wrote: > I've found a workaround until and unless I can get DDS fixed. If you > replace that empty hash reference {} with a hash reference containing an > empty list {()}, it compiles OK. I've attached a reduced test case that > demonstrates the difference. > > Would you consider using this syntax as a workaround to XML::Compile::SOAP > for now? > > my @pairs = ( %{delete $data->{Header} || {()}} > , %{delete $data->{Body} || {()}}); >
_______________________________________________ Xml-compile mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile
