]> git.donarmstrong.com Git - perltidy.git/commit
issue c179, rt #145706, multi-line class statement
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 20 Jan 2023 22:19:32 +0000 (14:19 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 20 Jan 2023 22:19:32 +0000 (14:19 -0800)
commitfa844fb302358ccda38953d71137ea9ecb849d97
tree1b76eee435b71ce0fb8d23dcc9a8f11dc437e58e
parent21f7ea2e2480d6b55200923228f22b93aeb40969
issue c179, rt #145706, multi-line class statement

This update improves the ability to automatically identify
an older style class statement if it spans multiple lines.
This avoids a needless warning message and allows the default
to be --use-feature=class.
lib/Perl/Tidy/Tokenizer.pm
t/snippets/expect/rt145706.def
t/snippets/rt145706.in
t/snippets27.t