[ ソース: 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.