in reply to Re^3: Cannot redirect HTML output to a file using TAP::Formatter
in thread Cannot redirect HTML output to a file using TAP::Formatter
Thanks fnord and Khen.
Both of your suggestions collectively resolved my issue.
1. PPM installed an older version of TFH module.
2. I had to install all the dependencies before getting it to work
I now regret giving up on strawberry Perl because I thought the problem was with it.
Also beyond the context of this thread, worth mentioning is this thread: http://www.perlmonks.org/?node_id=890830
Great tips/solutions for ActivePerl on 64-bit Windows and how to get cpan working on it.