Closed mbowman100 closed 7 years ago
This was superseded by #89, so this can probably be closed.
Furthermore, the PR's addition shouldn't require leading and trailing whitespace in order to tokenise bitwise operators, as the following line is legal Perl code:
my $value = 16<<2; print "$value\n"; # Result: 64
This was superseded by #89, so this can probably be closed.
Furthermore, the PR's addition shouldn't require leading and trailing whitespace in order to tokenise bitwise operators, as the following line is legal Perl code: