How can I run Devel::Cover under mod_perl2?
        Posted  
        
            by codeholic
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by codeholic
        
        
        
        Published on 2010-02-16T23:12:54Z
        Indexed on 
            2010/03/09
            9:21 UTC
        
        
        Read the original article
        Hit count: 546
        
Unfortunately, Devel::Cover does not yet work with threads.
It doesn't work with prefork either.
Being use'd in startup.pl, Devel::Cover issues
Not a CODE reference.
END failed--call queue aborted.
perl 5.8.9, Apache 2.2.13. My OS is FreeBSD, if that matters. The same problem is reported for win32.
© Stack Overflow or respective owner