Skip Menu |

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

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

People
Owner: perltidy [...] users.sourceforge.net
Requestors: TRIZEN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 20101217
  • 20120619
  • 20120701
  • 20120714
Fixed in: (no value)



Subject: Smart match operator + anonymous array + ternary operator = errors
The following two codes produce errors in a new file *.ERR: qr/3/ ~~ ['1234'] ? 1 : 0; map { $_ ~~ ['0', '1'] ? 'x' : 'o' } @a;
Subject: ERR
Download ERR
application/octet-stream 499b

Message body not shown because it is not plain text.

Subject: LOG
Download LOG
application/octet-stream 1.9k

Message body not shown because it is not plain text.

This is fixed in v 20121207. -Steve