Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 94a1dec462726784894bd1b8ef3cc80c

perl-Test-Time-0.70.0-1.mga7.noarch.rpm

Description:

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:

use Test::Time time => 1;

my $now = time; # $now is equal to 1
sleep 300; # returns immediately, displaying a note
my $then = time; # $then equals to 301

Sources packages:

Other version of this rpm: