Subject: | DPPP_my_sv_2pv_flags failures on 5.6 |
Date: | Fri, 18 Aug 2017 00:52:45 +0100 |
To: | bug-PathTools [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
The PathTools that is on CPAN is broken on Perl 5.6, due to a
Devel::PPPort problem with the XS implementation of parts of File::Spec,
yielding an undefined symbol that's only caught by the dynamic linker when
actually calling affected methods. (It's also not spotted by PathTools's
own test suite.) This is causing some spurious failures in CPAN Testers,
such as:
http://www.cpantesters.org/cpan/report/07691c2c-7d4f-11e7-8929-daabf0ac1f1e
http://www.cpantesters.org/cpan/report/9dc3783e-71dd-11e7-862c-e9aec0610c4d
The problem is fixed in blead (at commit
8316a7e5fe811053d160adb18b0f473d2f070a43). It would be good to get a
fixed version released to CPAN.
-zefram