Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Problems installing Devel::Cover on Strawberry, seems to work on Cygwin

by jplindstrom (Monsignor)
on Mar 29, 2008 at 19:37 UTC ( #677246=note: print w/replies, xml ) Need Help??


in reply to Re^3: Problems installing Devel::Cover on Strawberry, seems to work on Cygwin
in thread Problems installing Devel::Cover on Strawberry, seems to work on Cygwin

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

  • Comment on Re^4: Problems installing Devel::Cover on Strawberry, seems to work on Cygwin
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://677246]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2023-03-22 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?