Devel--Cover icon indicating copy to clipboard operation
Devel--Cover copied to clipboard

Parallel::Iterator is missing (needed by cpancover)

Open szabgab opened this issue 4 years ago • 1 comments

I just installed Devel::Cover 1.36 and tried to run cpancover. It complained that Parallel::Iterator is missing.

szabgab avatar Aug 18 '20 08:08 szabgab

I just installed Devel::Cover 1.36 and tried to run cpancover. It complained that Parallel::Iterator is missing.

There are two things which I find confusing here.

First, the Devel-Cover distribution now uses dzil -- an unfortunate complication in my opinion. But the distribution continues to contain a Makefile.PL.

Second, Parallel::Iterator is listed as a prerequisite in dist.ini but is not found in the Makefile generated when I run dzil test.

$ grep -n 'Iterator' dist.ini Makefile
dist.ini:52:Parallel::Iterator            = 0

jkeenan avatar Nov 24 '21 15:11 jkeenan