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:
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.use Devel::Cover +inc => '/Volumes/UFS';
/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 |