From 09c8e06becb229ad77059113bcbaed9b5f6c0181 Mon Sep 17 00:00:00 2001 From: Donald Cooley Date: Thu, 3 Jan 2019 08:55:16 +0700 Subject: perl/perl-Test-MockTime: Added (Perl Module). Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-Test-MockTime/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 perl/perl-Test-MockTime/README (limited to 'perl/perl-Test-MockTime/README') diff --git a/perl/perl-Test-MockTime/README b/perl/perl-Test-MockTime/README new file mode 100644 index 000000000000..fc746fc406bc --- /dev/null +++ b/perl/perl-Test-MockTime/README @@ -0,0 +1,5 @@ +perl-Test-MockTime 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. It 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. -- cgit v1.2.3