Subject: | bleadperl@24714 broke the pod-coverage test |
You can see that Tree-Trie broke between 5.8 and 5.10 here:
http://bbbike.radzeit.de/~slaven/cpantestersmatrix2.cgi?dist=Tree-Trie-1.5
I did a binary search and found it was patch 24714 which changed some
internals leading to this unfortunate result.
It's just a data point that may help somebody to understand the cause.
My take on it is that pod-coverage tests should always be author tests
and should not fail on the user's end. Maybe you just want to do a
skip_all unless some env variable is set?
Thanks!