Broken:
perltidy --delete-all-comments
Sample:
sub f { #1
#2
}
Error:
perltidy --delete-all-comments 11.pl
line 0, irange 0-3 = 3, Krange 0-5 = 5;
==============================================================================
While operating on input stream with name: '11.pl'
A fault was detected at line 8096 of sub 'Perl::Tidy::Formatter::output_line_to_go'
in file '/usr/local/lib/perl5/site_perl/Perl/Tidy/Formatter.pm'
which was called from line 7549 of sub 'Perl::Tidy::Formatter::print_line_of_tokens'
Message: 'Index error at line 0; i and K ranges differ'
This is probably an error introduced by a recent programming change.
==============================================================================