Hi Peter,
this is not in SOAP::WSDL, but in Class::Std::Fast (or possibly
Class::Std).
I've forwarded the report to Class::Std::Fast's queue.
Best regards,
Martin
Am Freitag, den 25.07.2008, 21:51 -0400 schrieb peter@pajamian.dhs.org
via RT:
Show quoted text> Fri Jul 25 21:51:02 2008: Request 37943 was acted upon.
> Transaction: Ticket created by peter@pajamian.dhs.org
> Queue: SOAP-WSDL
> Subject: _DUMP method truncates beginning of lines when $Data::Dumper::Indent
> = 1
> Broken in: 2.00.03
> Severity: Normal
> Owner: Nobody
> Requestors: peter@pajamian.dhs.org
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=37943 >
>
>
> When using Data::Dumper if I set the global $Data::Dumper::Indent = 1
> and then use the _DUMP method for a SOAP::WSDL object the first few
> characters of each line of the resulting data gets truncated, making it
> unusable.
>
> There is a simple fix for this issue. Simply adding a line somewhere
> near the beginning of the _DUMP method sub as follows should prevent the
> annoyance by forcing the indent to the default (by localizing the global):
>
> local $Data::Dumper::Indent;
>