Subject: | Undeclared dependency on Test::More 0.96 |
Grepping through all files for Test::More shows in t/clause-deps-check.t:
4-use strict;
5-use warnings;
6:use Test::More 0.96;
7-
8-use Probe::Perl;
Please declare the prerequisite in your Build.PL. It makes automated
testing and installing much easier.
Thanks,