]> git.donarmstrong.com Git - perltidy.git/commitdiff
remove ISO8859-1 characters from Perl::Tidy::Tokenizer
authorDon Armstrong <don@donarmstrong.com>
Sun, 24 Oct 2021 23:08:06 +0000 (16:08 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 24 Oct 2021 23:08:41 +0000 (16:08 -0700)
debian/changelog
debian/patches/remove_iso8859_in_tokenizer [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

index 9225c3887e7abda6c96378ac86b1d6fd41082684..c692e70b3783765d593b23139484b7778408b1ed 100644 (file)
@@ -1,3 +1,10 @@
+perltidy (20210717-1) unstable; urgency=medium
+
+  * New upstream version
+  * Remove unecessary iso8859-1 character in Perl::Tidy::Tokenizer comment
+
+ -- Don Armstrong <don@debian.org>  Sun, 24 Oct 2021 15:00:22 -0700
+
 perltidy (20200110-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/patches/remove_iso8859_in_tokenizer b/debian/patches/remove_iso8859_in_tokenizer
new file mode 100644 (file)
index 0000000..fa8b7d1
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/lib/Perl/Tidy/Tokenizer.pm
++++ b/lib/Perl/Tidy/Tokenizer.pm
+@@ -6919,7 +6919,7 @@
+             elsif ( $tok eq '{' ) {
+-                # check for something like ${#} or ${©}
++                # check for something like ${#} or ${@}
+                 if (
+                     (
+                            $identifier eq '$'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..91d1136
--- /dev/null
@@ -0,0 +1 @@
+remove_iso8859_in_tokenizer