Thanks, I hope to have a new release which corrects this in a couple of
weeks.
Steve
On Thu, Feb 26, 2015 at 2:00 AM, Dmytro Zagashev via RT <
bug-Perl-Tidy@rt.cpan.org> wrote:
Show quoted text> Thu Feb 26 05:00:44 2015: Request 102371 was acted upon.
> Transaction: Ticket created by ZDM
> Queue: Perl-Tidy
> Subject: Perl::Tidy insert unwanted space between // and =
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: ZDM@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=102371 >
>
>
> Original code:
>
> state $b //= ccc();
>
> After formatting:
>
> state $b // = ccc();
>
> This leads to syntax error.
>