diff options
Diffstat (limited to 'perl/perl-Test-MockTime/slack-desc')
-rw-r--r-- | perl/perl-Test-MockTime/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Test-MockTime/slack-desc b/perl/perl-Test-MockTime/slack-desc new file mode 100644 index 0000000000000..3e0abaef5a6b7 --- /dev/null +++ b/perl/perl-Test-MockTime/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Test-MockTime: perl-Test-MockTime (Replaces actual time with simulated time) +perl-Test-MockTime: +perl-Test-MockTime: This module was created to enable test suites to test code at specific +perl-Test-MockTime: points in time. Specifically it overrides local_time, gmtime, and time +perl-Test-MockTime: at compile time. It then relies on the user supplying a mock time via +perl-Test-MockTime: set relative_time, set absolute_time, or set fixed_time to alter +perl-Test-MockTime: future calls to gmtime, time, or localtime. +perl-Test-MockTime: +perl-Test-MockTime: https://metacpan.org/release/Test-MockTime +perl-Test-MockTime: +perl-Test-MockTime: |