Subject: | test prereqs are listed as runtime |
Test::MockTime and Test::Simple are listed as runtime prerequisites, but they are only used by tests. Including them as runtime prerequisites means they will be installed even on systems that do not run tests, as well as all the things needed by *those* distributions. They should be listed in Makefile.PL as TEST_REQUIRES, not PREREQ_PM.