Thanks!
It looks like this bug has always been there.
Steve
On Thu, Apr 14, 2016 at 4:22 AM, Trizen Daniel via RT <
bug-Perl-Tidy@rt.cpan.org> wrote:
Show quoted text> Thu Apr 14 07:22:23 2016: Request 113792 was acted upon.
> Transaction: Ticket created by TRIZEN
> Queue: Perl-Tidy
> Subject: misparsing of a fat comma (=>) right after the __END__ or
> __DATA__ tokens
> Broken in: 20160302
> Severity: (no value)
> Owner: Nobody
> Requestors: TRIZEN@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=113792 >
>
>
> Using a fat comma after the "__END__" or "__DATA__" tokens, results in an
> error.
>
> Bellow is the code which reproduces the issue:
>
> #=== BEGIN-CODE ===#
>
> print "hello world\n";
>
> __DATA__
>
> => 1/2 : 0.5
>
> #=== END-CODE ===#
>
>
>