My quadratic programming solver (PDL::Opt::QP) is coming along nicely.
I've uploaded a version to CPAN. It still needs much better
documentation, but I wanted to get it on CPAN to see if the .pd file
was correctly indexed and how metacpan dealt with generated .pod
files.

Unfortunately, I'm getting a strange, intermittent error message:

   (in cleanup) INVALID TRANS MAGIC NO 17768000 0

I am pretty sure I am getting the correct output, but the error is
concerning. Anyone know what this means? Any suggestions on how to
diagnose it?

Thanks,
Mark

BTW, in the process of building this I've put together a Module::Build
plugin to convert .pd files to .xs/.pm, generate some clean .pod files
and ensure things are properly indexed
(Module::Build::Pluggable::PDL). In particular, it generates a correct
META.json file with the module and .pd in a provides section. It also
generates a standalone .pod file (from the .pd file) which
search.cpan.org/metacpan.org handle much better than parsing the .pd
file. Lastly, I wrote a plugin to compile Fortran source
(Module::Build::Pluggable::Fortran).

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to