libtime-hr-perl 0.02-3build1 source package in Ubuntu

Changelog

libtime-hr-perl (0.02-3build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 12:13:46 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libtime-hr-perl_0.02.orig.tar.gz 3.4 KiB 55a2ba693f73f33cff85d61ad344f1b501db8dd335d99a1757b92fd172a7b4ce
libtime-hr-perl_0.02-3build1.debian.tar.xz 2.3 KiB f5cc5e25d8993ebc852ec7ad2a69394c35c3fae73562c444dbc0fcb6ee5ed1bd
libtime-hr-perl_0.02-3build1.dsc 2.0 KiB c3d0c995e2fb59789202a55f5b44ceae7960ad23291c5c6369843929001feb55

Available diffs

View changes file

Binary packages built by this source

libtime-hr-perl: Perl interface to high-resolution timer

 Time::HR is a very simple interface to high-resolution timer - it only
 supports one function call - gethrtime(). gethrtime() function returns
 current high-resolution real time value either as 64-bit integer (on systems
 with 64-bit support) or double value. Time is expressed as nanoseconds since
 some arbitrary time in the past; it is not correlated in any way to the time
 of day, and thus is not subject to resetting or drifting by way of adjtime or
 settimeofday. The high resolution timer is ideally suited to performance
 measurement tasks, where cheap, accurate interval timing is required.
 Currently, this extension is only supported on Solaris, Linux and Cygwin.

libtime-hr-perl-dbgsym: debug symbols for libtime-hr-perl