in reply to Re: How to use the local Devel::Cover module?
in thread How to use the local Devel::Cover module?
Hi,
Thank you for the reply. I'm familiar with this special env. Did you mean the following? (added a newline):
Thank you for the reply. I'm familiar with this special env. Did you mean the following? (added a newline):
Also, the Devel::Cover already installed in the lib of the "perl". I think it will still take the one already installed and not the one I cloned.PERL5LIB=<path-to-your-local-directory> perl -MDevel::Cover=-silent,1,-db,${cover_db}" <script>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to use the local Devel::Cover module?
by Perlbotics (Bishop) on May 29, 2021 at 18:52 UTC |
In Section
Seekers of Perl Wisdom