- Fixed an issue calculating nanoseconds on certain architectures where the precision
of integers caused the nanoseconds calculation to round incorrectly. Occurred on
Raspberry Pi with -Duselongdouble (arm64). Fixed by @timlegge (Timothy Legge).
Fixes GH #16 via PR #19.
0.17 2025-02-22
- Fixed an issue with converting floating point second values to nanoseconds. These could be
converted to numbers which Perl stringified as an integer, but which really had a non-integer
component. Fixed by @n1vux (Bill Ricker). Fixes GH #14 via PR #15.