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/
6 lines
263 B
Text
6 lines
263 B
Text
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/
|