From 054f83703edbfaba9ccee71c0680cb3e0115e5a5 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 9 Aug 2020 06:40:11 -0700 Subject: [PATCH] fixed error message (mentioned obsolete parameter) --- lib/Perl/Tidy/Formatter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5