From: Steve Hancock Date: Sun, 9 Aug 2020 13:40:11 +0000 (-0700) Subject: fixed error message (mentioned obsolete parameter) X-Git-Tag: 20200822~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=054f83703edbfaba9ccee71c0680cb3e0115e5a5;p=perltidy.git fixed error message (mentioned obsolete parameter) --- diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index 8cf1a486..142d084f 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -5889,7 +5889,7 @@ Conflict: -lp conflicts with -io, -fnl, -nanl, or -ndnl; ignoring -lp The -lp indentation logic requires that perltidy be able to coordinate arbitrarily large numbers of line breakpoints. This isn't possible -with these flags. Sometimes an acceptable workaround is to use -wocb=3 +with these flags. ----------------------------------------------------------------------- EOM $rOpts->{'line-up-parentheses'} = 0;