I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-10-31 17:17:58-08 by stf in response to 1269
Re: Filtering subroutine stats

I've found more information about what's happening here. On every line where I use an external module, I get a report on that module's BEGIN block. This happens for the 'use strict' I have at the beginning of each module, as well as several other modules which I've excluded from the report (and those do not appear in the main report listing).

Is this normal behavior? If not, can anyone help me explain why it might be happening, or more importantly how to make it not happen?

BTW, I'm using Devel::Cover 0.55 and Perl 5.8.5 on Solaris 8.

Thanks again, Steve

Direct Responses: Write a response