mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
1d9209f8e9
use this module, all references to time and sleep will be internalized. You can set custom time by passing time => number after the use statement. WWW: http://search.cpan.org/dist/Test-Time/
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
Test::Time can be used to test modules that deal with time. Once you
|
|
use this module, all references to time and sleep will be
|
|
internalized. You can set custom time by passing time => number after
|
|
the use statement.
|
|
|
|
WWW: http://search.cpan.org/dist/Test-Time/
|