[ 源代码: libtest-mocktime-perl ]
软件包:libtest-mocktime-perl(0.17-2)
libtest-mocktime-perl 的相关链接
Debian 的资源:
下载源码包 libtest-mocktime-perl:
- [libtest-mocktime-perl_0.17-2.dsc]
- [libtest-mocktime-perl_0.17.orig.tar.gz]
- [libtest-mocktime-perl_0.17-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to simulate time in tests
Test::MockTime enables test suites to test code at specific points in time. Specifically it overrides the localtime, gmtime and time functions 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.