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

Changelog

libtime-hr-perl (0.02-3build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:49:12 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtime-hr-perl_0.02.orig.tar.gz 3.4 KiB 55a2ba693f73f33cff85d61ad344f1b501db8dd335d99a1757b92fd172a7b4ce
libtime-hr-perl_0.02-3build2.debian.tar.xz 2.4 KiB 8d145c4bc5cd6ce94fef5394ded3db1ca7d8d8a875382f981a4312b3b19dbeff
libtime-hr-perl_0.02-3build2.dsc 2.0 KiB 5a414ef5657c19625ab906560a6e395d8f82317554cef68ba5bc63a9366b6ac3

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