Subject: | Useless dependency on Test |
Current Makefile.PL puts `Test' into PREREQ_PM, however the module is nowhere used. There are some tests that call Test::*(), but they define the Test package to put the t/test.pl functions to that name space. So I guess the Test module should not be tracked as a dependency.