That did not work. Devel::Cover unsurprisingly needs access to the symbols during both build and run time. Tried it with a 5.8.8 because that's my existing installation with lots of modules I don't care to reinstall.
Instead I patched the current installation by building a Perl 5.8.8 with the exported symbols, and then:
cp perl58.dll \strawberry-perl\perl\bin\
cp lib\CORE\libperl58.a \strawberry-perl\perl\lib\CORE\
This is clearly a hack, not a long-term solution.
What that solution is I don't know. But I imagine either
- officially promote those symbols to be public, since such an important module as Devel::Cover rely on them, or;
- create an interface to allow Devel::Cover to instrument/inspect the internals the way it clearly needs to do to work its magic.
Damn, that was a lot of yak shaving to start doing interesting things!
/J
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.