Subject: | Test::Warn unlisted (test) dependency |
perl-5.15.6, Net-DHCP-0.672.tar.gz
Net::DHCP failed 'make test' under my automated build system:
t/51-net-dhcp-packet-new-basic.t .... Can't locate Test/Warn.pm in @INC
which builds & installs based on a dependency graph constructed
from META* files plus some hard-coded ones when either there's
no META* files or such files are missing some
That test seems the only usage
root@minneola# grep Test::Warn t/*
t/51-net-dhcp-packet-new-basic.t:use Test::Warn;
Would it be approproate to list Test::Warn in META.yml ?
cheers
Danny