Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-release-src > by-pkgid > 811a69f99d0f0414ad1c178c68faf28e

perl-Test-Time-0.80.0-2.mga8.src.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

Generated packages:

Other version of this rpm: