Skip Menu |

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

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

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

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



Subject: Perl::Tidy misparses //
On v20140711 with the following test case: { source_host => MM::Config->instance->host // q{}, } I am getting the error: 4: source_host => MM::Config->instance->host // q{}, -- ^ found q where operator expected (previous token underlined)
Subject: Re: [rt.cpan.org #101547] Perl::Tidy misparses //
Date: Wed, 14 Jan 2015 16:09:46 -0800
To: "bug-Perl-Tidy [...] rt.cpan.org" <bug-Perl-Tidy [...] rt.cpan.org>
From: Steven Hancock <s7078hancock [...] gmail.com>
Gregory, Thanks. Steve On Wed, Jan 14, 2015 at 12:56 PM, Gregory J. Oschwald via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Wed Jan 14 15:56:45 2015: Request 101547 was acted upon. > Transaction: Ticket created by OSCHWALD > Queue: Perl-Tidy > Subject: Perl::Tidy misparses // > Broken in: 20140711 > Severity: (no value) > Owner: Nobody > Requestors: OSCHWALD@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=101547 > > > > On v20140711 with the following test case: > > { > source_host => MM::Config->instance->host // q{}, > } > > I am getting the error: > > 4: source_host => MM::Config->instance->host // q{}, > -- ^ > found q where operator expected (previous token underlined) > > >
This is fixed in version 20150815.
On Sat Aug 15 10:17:31 2015, SHANCOCK wrote: Show quoted text
> This is fixed in version 20150815.
Thanks! Greg