Changes for version 1.61 - 2023-09-02 (TRIAL RELEASE)

  • Fix use of the `Perl_isfinite` function on platforms where this is broken. On Windows with Perl <= 5.20, it seems like `Perl_isfinite` exists but it calls `Perl_isinf` and `Perl_isnan`, which don't exist.

Changes for version 1.60 - 2023-08-19 (TRIAL RELEASE)

  • Switched to using the `Perl_isfinite` function instead of trying to implement this ourselves in XS code. This should fix quadmath builds on Windows. Reported by @sisyphus. GH #139.

Modules

A date and time object for Perl
Check for conflicts between DateTime and installed packages
Duration objects for date math
Infinite past and future DateTime objects
leap seconds table and utilities
Types used for parameter checking in DateTime

Provides

in lib/DateTime/Helpers.pm
in lib/DateTime/Infinite.pm
in lib/DateTime/Infinite.pm
in lib/DateTime/PP.pm
in lib/DateTime/PPExtra.pm