From 9bf795301d1cbc80e5a80ce7148a3e7b4df6beba Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 10 Mar 2023 17:57:55 -0800 Subject: [PATCH] remove outdated docs The parameter check-syntax is accepted but now ignored due to security concerns --- lib/Perl/Tidy.pod | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/Perl/Tidy.pod b/lib/Perl/Tidy.pod index 5a48feac..66387640 100644 --- a/lib/Perl/Tidy.pod +++ b/lib/Perl/Tidy.pod @@ -277,12 +277,6 @@ Parameters which control formatting may be passed in several ways: in a F<.perltidyrc> configuration file, in the B parameter, and in the B parameter. -The B<-syn> (B<--check-syntax>) flag may be used with all source and -destination streams except for standard input and output. However -data streams which are not associated with a filename will -be copied to a temporary file before being passed to Perl. This -use of temporary files can cause somewhat confusing output from Perl. - If the B<-pbp> style is used it will typically be necessary to also specify a B<-nst> flag. This is necessary to turn off the B<-st> flag contained in the B<-pbp> parameter set which otherwise would direct -- 2.39.5