freebsd-ports/devel/p5-Test-MockTime/pkg-descr
Anton Berezin dc3f6ed097 Add p5-Test-MockTime 0.03, replaces actual time with simulated time.
PR:		ports/102022
Submitted by:	Timur I. Bakeyev <bat at cpan.org>
2006-08-15 09:58:12 +00:00

7 lines
369 B
Text

Test::MockTime was created to enable test suites to test code at
specific points in time. Specifically it overrides localtime, gmtime and
time 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.
WWW: http://search.cpan.org/dist/Test-MockTime/