X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lib%2FPerl%2FTidy.pod;fp=lib%2FPerl%2FTidy.pod;h=138b336e7fea92195d6af2f45c055ca30e125060;hb=57d829ae0e2c75828f8ecc9c7139579350927dbc;hp=dbbf01b8bc911bd6c0997d682b003e2ac2acbf28;hpb=7f27e55dce5925b2bbe8fcfca64f385e917a52be;p=perltidy.git diff --git a/lib/Perl/Tidy.pod b/lib/Perl/Tidy.pod index dbbf01b..138b336 100644 --- a/lib/Perl/Tidy.pod +++ b/lib/Perl/Tidy.pod @@ -14,6 +14,8 @@ Perl::Tidy - Parses and beautifies perl source perltidyrc => $perltidyrc, logfile => $logfile, errorfile => $errorfile, + teefile => $teefile, + debugfile => $debugfile, formatter => $formatter, # callback object (see below) dump_options => $dump_options, dump_options_type => $dump_options_type, @@ -116,6 +118,18 @@ This stream is only created if requested with a B<-g> parameter. It contains detailed diagnostic information about a script which may be useful for debugging. +=item teefile + +The B parameter allows the calling program to capture the tee stream. +This stream is only created if requested with one of the 'tee' parameters, +a B<--tee-pod> , B<--tee-block-comments>, B<--tee-side-commnts>, or B<--tee-all-comments>. + +=item debugfile + +The B parameter allows the calling program to capture the stream +produced by the B<--DEBUG> parameter. This parameter is mainly used for +debugging perltidy itself. + =item argv If the B parameter is given, it will be used instead of the @@ -418,7 +432,7 @@ The module 'Perl::Tidy' comes with a binary 'perltidy' which is installed when t =head1 VERSION -This man page documents Perl::Tidy version 20200110 +This man page documents Perl::Tidy version 20210717 =head1 LICENSE