in reply to Re^2: Devel::Cover tutorial wanted
in thread Devel::Cover tutorial wanted
Then I would recommend that you look at using something like Module::Build to create your test harness. With it, you can simply run make testcover and it will take care of making sure the test harness has Devel::Cover enabled.use Devel::Cover ('+select' => 'My/Module', '+silent');
|
|---|