perl-Test-Time

Overrides the time() and sleep() core functions for testing

Test::Time can be used to test modules that deal with time. Once you 'use' this module, all references to 'time', 'localtime' 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

Nėra oficialių „openSUSE Leap 15.5“ paketų

Platinamieji paketai

openSUSE Tumbleweed

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Leap 15.4

SUSE SLE-15-SP1

Nepalaikomos platinamųjų paketų versijos

Šie platinamieji paketai nėra oficialiai palaikomi. Už šių paketų naudojimą atsakomybę turėtumėte prisiimti patys.