dc3f6ed097
PR: ports/102022 Submitted by: Timur I. Bakeyev <bat at cpan.org>
7 lines
369 B
Text
7 lines
369 B
Text
Test::MockTime was created to enable test suites to test code at
|
|
specific points in time. Specifically it overrides localtime, gmtime and
|
|
time at compile time and then relies on the user supplying a mock time
|
|
via set_relative_time, set_absolute_time or set_fixed_time to alter
|
|
future calls to gmtime, time or localtime.
|
|
|
|
WWW: http://search.cpan.org/dist/Test-MockTime/
|