Skip to content

Commit

Permalink
Time::HiRes: show import of CLOCK_REALTIME
Browse files Browse the repository at this point in the history
Fixes #22060
  • Loading branch information
jkeenan committed Mar 4, 2024
1 parent 2f74b66 commit bd795a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/Time-HiRes/HiRes.pm
Expand Up @@ -50,7 +50,7 @@ our @EXPORT_OK = qw (usleep sleep ualarm alarm gettimeofday time tv_interval
stat lstat utime
);

our $VERSION = '1.9776';
our $VERSION = '1.9777';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down Expand Up @@ -143,8 +143,8 @@ Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers
getitimer ($which);
use Time::HiRes qw( clock_gettime clock_getres clock_nanosleep
ITIMER_REAL ITIMER_VIRTUAL ITIMER_PROF
ITIMER_REALPROF );
CLOCK_REALTIME ITIMER_REAL ITIMER_VIRTUAL ITIMER_PROF
ITIMER_REALPROF );
$realtime = clock_gettime(CLOCK_REALTIME);
$resolution = clock_getres(CLOCK_REALTIME);
Expand Down

0 comments on commit bd795a9

Please sign in to comment.