Subject: | Devel::Cover can't handle Test::More's is() |
Running this test case script:
marp.pl:
#!/usr/bin/perl
use Devel::Cover;
use Test::More;
is('', '');
Results in this error:
Devel::Cover: Can't find file "(eval in cmp_ok) <path_here>
\marp.pl" ((eval in cmp_ok)
<path_here>\marp.pl): ignored.