Subject: | broke code with ~~ |
before
if ( @ARGV ~~ { map { $_ => 1 } qw(re restart reload) } ){
after
if (
@ARGV ~~ {
map { $_ => 1 } qw(re restart reload); # <---------BROKEN ;
}
)
{
This queue is for tickets about the Perl-Tidy CPAN distribution.
The Basics
People
|
Bug Information
|