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
>