Subject: | Missing dependency for testcover target |
make testcover doesn't have a prerequisite against make. As a consequence, the following sequence doesn't work, as .pm files are not installed in blib/
perl Makefile.PL && make testcover
On the opposite, make test does have such a prerequisite. As a matter of coherency, I suggest to also add it to make testcover.