Subject: | Formatter suggestions |
Hi,
I have found the Perl::Tidy formatter very handy for a task I had to do.
I know that the documentation for the formatter is not complete yet. As
a matter of fact, domething that should probably addded in the
documentation and that took me a long time to figure out is the
following: if the user defines a formatter, the destination option is
ignore; there is no output stream and the formatter has to implement
code to write the formatted output.
I do not see why it should be so. So, going further, it would be
excellent to have a print() method for the formatter's use that would
automatically know where to print!
Thanks,
Florent