Skip Menu |

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

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

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

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



Subject: broke code with ~~
before if ( @ARGV ~~ { map { $_ => 1 } qw(re restart reload) } ){ after if ( @ARGV ~~ { map { $_ => 1 } qw(re restart reload); # <---------BROKEN ; } ) {
Fixed in version 20130806