Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

Should minimal Test2::Plugin::Cover be 0.000018? #218

Closed ppisar closed 3 years ago

ppisar commented 3 years ago

Test2-Harness-1.000047 added t/integration/coverage.t which does:

use Test2::Require::Module 'Test2::Plugin::Cover' => '0.000018';

but dist.ini was kept at the older version:

suggests "Test2::Plugin::Cover" => "0.000007";

Is that intentional, or an oversight?