]> git.donarmstrong.com Git - perltidy.git/blob - patches/remove_iso8859_in_tokenizer
fix up debian janitor merge commit to match actual pieces which were comitted
[perltidy.git] / patches / remove_iso8859_in_tokenizer
1 --- a/lib/Perl/Tidy/Tokenizer.pm
2 +++ b/lib/Perl/Tidy/Tokenizer.pm
3 @@ -7608,7 +7608,7 @@
4  
5          elsif ( $tok eq '{' ) {
6  
7 -            # check for something like ${#} or ${©}
8 +            # check for something like ${#} or ${@}
9              if (
10                  (
11                         $identifier eq '$'