summaryrefslogtreecommitdiff
path: root/time/p5-Test-MockTime/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-Test-MockTime/DESCR')
-rw-r--r--time/p5-Test-MockTime/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/time/p5-Test-MockTime/DESCR b/time/p5-Test-MockTime/DESCR
new file mode 100644
index 00000000000..991f782d357
--- /dev/null
+++ b/time/p5-Test-MockTime/DESCR
@@ -0,0 +1,5 @@
+This module 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.