Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Devel::Cover and prove: How best to combine?

by gellyfish (Monsignor)
on Sep 17, 2006 at 08:40 UTC ( [id://573382]=note: print w/replies, xml ) Need Help??


in reply to Devel::Cover and prove: How best to combine?

The stuff after the = in the -M switch is the import list of the module so in the above this will be equivalent to having:

use Devel::Cover +inc => '/Volumes/UFS';
within some program file. The comma is there with no space to satisfy the requirements of the shell as the -M the module name and the import list must all appear as one argument to perl.

/J\

Replies are listed 'Best First'.
Re^2: Devel::Cover and prove: How best to combine?
by jkeenan1 (Deacon) on Sep 17, 2006 at 14:50 UTC
    Thanks for your responses; I'll try it out.

    (For some reason, jellyfish's post didn't show up when I used the Perlmonks search box.)

    Jim Keenan

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 12:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found