]> git.donarmstrong.com Git - perltidy.git/blob - debian/patches/remove_iso8859_in_tokenizer
Update upstream source from tag 'upstream/20230309'
[perltidy.git] / debian / 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 '$'