Skip Menu |

This queue is for tickets about the Perl-Tidy CPAN distribution.

Report information
The Basics
Id: 102371
Status: resolved
Priority: 0/
Queue: Perl-Tidy

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

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



Subject: Perl::Tidy insert unwanted space between // and =
Original code: state $b //= ccc(); After formatting: state $b // = ccc(); This leads to syntax error.
Subject: Re: [rt.cpan.org #102371] Perl::Tidy insert unwanted space between // and =
Date: Thu, 26 Feb 2015 11:40:24 -0800
To: "bug-Perl-Tidy [...] rt.cpan.org" <bug-Perl-Tidy [...] rt.cpan.org>
From: Steven Hancock <s7078hancock [...] gmail.com>
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. >
Thank you. Issue can be closed now.
This is fixed in version 20150815.