Subject: | enc2xs -C misunderstands Encode::Detect |
On one of my CPAN smokers I'm seeing Encode 2.64 failing. Sample fail report: http://www.cpantesters.org/cpan/report/33eab21a-5ff2-11e4-b0bf-30fcbb36d621
The cause has to do with
(1) Encode::Detect is installed
This seems a deliberate decision by the logic the smoker uses.
(2) an Encode::ConfigLocal file got installed
I do not know which process caused this
(3) the Encode::ConfigLocal contains a line
$Encode::ExtModule{'Detect'} = "Encode::Detect";
(4) taint.t fails as in the above fail report
ATM I have no idea about what causes (2), any suggestions welcome. For a solution one would probably like to blacklist Encode::Detect in the enc2xs logic. It's not perfect but probably an improvement.