On Tue Feb 07 14:05:06 2012, zefram@fysh.org wrote:
Show quoted text> Alexandr Ciornii via RT wrote:
> >Same errors :(.
>
> I'd better be more systematic about this. Going to review the whole
> build process for that module, compare it against the standard module
> build process. Still pretty convinced that it's the test that's buggy,
> not DL:F.
>
> -zefram
I think it's partly the test (needing to define exports explicitly on
Win32) and partly ExtUtils::CBuilder, which doesn't pass those exports
through when linking. The latter is fixed by perl commit 4ae07704fb, so
if you depend on ExtUtils::CBuilder 0.280209 (the $VERSION bump was
commit 5fe0597566) and apply the change to the test file found here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2012-10/msg00097.html
then the test does now succeed. (I guess you'll need to get EU::CB's
maintainer to roll a new CPAN release before depending on the new
$VERSION, though.)