Subject: | Unnecessary Test::Warn dependency breaking automated installs |
Test::Warn is still imported in t/object.t but no "warnings_*" calls are
made. Other warn testing functions seems absorbed into the packaged
t/lib/Test/SmallWarn. However, Test::Warn still is listed as a
dependency in Build.PL and Makefile.PL.
Since Test::Warn breaks for current versions of Test::More and perl
5.8.8, this causes automated installs of UNIVERSAL::can to fail tests
unnecessarily.