Subject: | Missing Dependancy causes build to fail |
Running make test fails on t/rand_time.t due to a missing dependency. (Test/MockTime.pm)
You either need to add the dependency to Makefile.PL or else make t/rand_time.t skip it's tests if Test/MockTime is not loaded.
As far as I can see this module is used for just this one test and isn't needed for the module itself.