Skip Menu |

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

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

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

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



Subject: Please, add support for postfix dereferencing notation, introduced in perl 5.20
Now PerlTidy broke postfix dereferencing.
On Tue May 27 23:08:17 2014, ZDM wrote: Show quoted text
> Now PerlTidy broke postfix dereferencing.
The will be supported in the next release, probably late July.
This is fixed in version 20140711, thanks for the report.
On Fri Jul 11 08:53:25 2014, SHANCOCK wrote: Show quoted text
> This is fixed in version 20140711, thanks for the report.
Postfix dereference formatting not worked for me. $a->@*; # ok $a->**; # ok $a->$ *; # error $a->& *; # error $a->% *; # error $a->$ #* # error I use following options: --perl-best-practices --tight-secret-operators --maximum-line-length=0 --format-skipping --format-skipping-begin=#<<< --format-skipping-end=#>>> --converge --nostandard-output --standard-error-output
Subject: Re: [rt.cpan.org #96021] Please, add support for postfix dereferencing notation, introduced in perl 5.20
Date: Fri, 11 Jul 2014 08:11:00 -0700
To: "bug-Perl-Tidy [...] rt.cpan.org" <bug-Perl-Tidy [...] rt.cpan.org>
From: Steven Hancock <s7078hancock [...] gmail.com>
Please check that you have version 20140711; (perltidy -v) Thanks, Steve On Fri, Jul 11, 2014 at 7:54 AM, Dmytro Zagashev via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Queue: Perl-Tidy > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96021 > > > On Fri Jul 11 08:53:25 2014, SHANCOCK wrote:
> > This is fixed in version 20140711, thanks for the report.
> > Postfix dereference formatting not worked for me. > > $a->@*; # ok > $a->**; # ok > $a->$ *; # error > $a->& *; # error > $a->% *; # error > $a->$ #* # error > > I use following options: > > --perl-best-practices > --tight-secret-operators > --maximum-line-length=0 > --format-skipping > --format-skipping-begin=#<<< > --format-skipping-end=#>>> > --converge > --nostandard-output > --standard-error-output >
Subject: Re: [rt.cpan.org #96021] Please, add support for postfix dereferencing notation, introduced in perl 5.20
Date: Fri, 11 Jul 2014 18:18:06 +0300
To: bug-Perl-Tidy [...] rt.cpan.org
From: "dzagashev [...] gmail.com" <dzagashev [...] gmail.com>
Of course I update to latest version today. On 11.07.2014 18:11, Steven Hancock via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=96021 > > > Please check that you have version 20140711; (perltidy -v) > Thanks, > Steve > > > On Fri, Jul 11, 2014 at 7:54 AM, Dmytro Zagashev via RT < > bug-Perl-Tidy@rt.cpan.org> wrote: >
>> Queue: Perl-Tidy >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96021 > >> >> On Fri Jul 11 08:53:25 2014, SHANCOCK wrote:
>>> This is fixed in version 20140711, thanks for the report.
>> Postfix dereference formatting not worked for me. >> >> $a->@*; # ok >> $a->**; # ok >> $a->$ *; # error >> $a->& *; # error >> $a->% *; # error >> $a->$ #* # error >> >> I use following options: >> >> --perl-best-practices >> --tight-secret-operators >> --maximum-line-length=0 >> --format-skipping >> --format-skipping-begin=#<<< >> --format-skipping-end=#>>> >> --converge >> --nostandard-output >> --standard-error-output >>
Subject: Re: [rt.cpan.org #96021] Please, add support for postfix dereferencing notation, introduced in perl 5.20
Date: Fri, 11 Jul 2014 08:24:19 -0700
To: "bug-Perl-Tidy [...] rt.cpan.org" <bug-Perl-Tidy [...] rt.cpan.org>
From: Steven Hancock <s7078hancock [...] gmail.com>
Please clarify what you are inputting to perltidy and what it is outputting. Thanks, Steve On Fri, Jul 11, 2014 at 8:11 AM, Steven Hancock via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Queue: Perl-Tidy > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96021 > > > Please check that you have version 20140711; (perltidy -v) > Thanks, > Steve > > > On Fri, Jul 11, 2014 at 7:54 AM, Dmytro Zagashev via RT < > bug-Perl-Tidy@rt.cpan.org> wrote: >
> > Queue: Perl-Tidy > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96021 > > > > > On Fri Jul 11 08:53:25 2014, SHANCOCK wrote:
> > > This is fixed in version 20140711, thanks for the report.
> > > > Postfix dereference formatting not worked for me. > > > > $a->@*; # ok > > $a->**; # ok > > $a->$ *; # error > > $a->& *; # error > > $a->% *; # error > > $a->$ #* # error > > > > I use following options: > > > > --perl-best-practices > > --tight-secret-operators > > --maximum-line-length=0 > > --format-skipping > > --format-skipping-begin=#<<< > > --format-skipping-end=#>>> > > --converge > > --nostandard-output > > --standard-error-output > >
> >
Subject: Re: [rt.cpan.org #96021] Please, add support for postfix dereferencing notation, introduced in perl 5.20
Date: Fri, 11 Jul 2014 18:31:18 +0300
To: bug-Perl-Tidy [...] rt.cpan.org
From: "dzagashev [...] gmail.com" <dzagashev [...] gmail.com>
Sorry, it was my mistake. I forgot to reload vim after updating Perl::Tidy. Please, close issue. On 11.07.2014 18:24, Steven Hancock via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=96021 > > > Please clarify what you are inputting to perltidy and what it is outputting. > Thanks, > Steve > > > On Fri, Jul 11, 2014 at 8:11 AM, Steven Hancock via RT < > bug-Perl-Tidy@rt.cpan.org> wrote: >
>> Queue: Perl-Tidy >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96021 > >> >> Please check that you have version 20140711; (perltidy -v) >> Thanks, >> Steve >> >> >> On Fri, Jul 11, 2014 at 7:54 AM, Dmytro Zagashev via RT < >> bug-Perl-Tidy@rt.cpan.org> wrote: >>
>>> Queue: Perl-Tidy >>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96021 > >>> >>> On Fri Jul 11 08:53:25 2014, SHANCOCK wrote:
>>>> This is fixed in version 20140711, thanks for the report.
>>> Postfix dereference formatting not worked for me. >>> >>> $a->@*; # ok >>> $a->**; # ok >>> $a->$ *; # error >>> $a->& *; # error >>> $a->% *; # error >>> $a->$ #* # error >>> >>> I use following options: >>> >>> --perl-best-practices >>> --tight-secret-operators >>> --maximum-line-length=0 >>> --format-skipping >>> --format-skipping-begin=#<<< >>> --format-skipping-end=#>>> >>> --converge >>> --nostandard-output >>> --standard-error-output >>>
>>