Subject: | pp -f ... breaks Pod::Usage |
CPAN RT #5302 fixed a problem with using pp on a script that uses Pod::Usage.
However, I now find that I have a similar problem if the script is "filtered" in any way with the "-f" option.
For example, put this into test.pl:
use Pod::Usage;
pod2usage(-verbose => 0)
__END__
=head1 SYNOPSIS
pod2usage
Now run "pp -o test.exe -f Bleach test.pl" and then run "test.exe". It produces no output.
I've found the same results using other filters. In each case, the filter modules work fine with scripts that aren't using Pod::Usage.
Configuration: WinXP, VC++ 6.0, perl-5.8.6, PAR-0.87.