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