The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.007		2024-03-31	T. R. Wyant
    Prefer Astro::Coord::ECI::Utils::gm_strftime to POSIX::strftime
    because the behavior of POSIX::strftime when formatting GMT changed in
    Perl 5.39.8, and is no longer compatible with the libc implementation,
    which does not alter the components given it. This requires
    Astro::Coord::ECI::Utils 0.131,

0.006		2021-08-07	T. R. Wyant
    Correct generation of 'provides' metadata.  Thanks to Favio Poletti
    for blogging
    https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/,
    and ultimately to Joel Berger for the pointer to
    https://metacpan.org/pod/CPAN::Meta::Spec#no_index

0.005		2021-03-14	T. R. Wyant
    Add rt.cpan.org back to bug reporting methods. Long live RT!

    Get prerequisites up to snuff and add xt/author/prereq.t to ensure
    they stay that way.

0.004		2021-01-08	T. R. Wyant
    Add Travis CI testing.

    Convert bugtracker to GitHub. R.I.P. rt.cpan.org.

0.003		2020-07-31	T. R. Wyant
    Eliminate prototyped testing routines.

    Test quadmath the same as longdouble. Thanks to Chris Williams
    (BINGOS) for finding this.

    Remove -model option from tools/reference since we only implement
    'D'.

0.002		2019-08-03	T. R. Wyant
    Adjust test limit for 'long double' Perls. I believe that the
    problem is that the reference data were generated by a Fortran
    program using double precision rather than long double, so we're
    really dealing with a difference in rounding/truncation error. This
    really only affects Mercury, the problem child of the Solar System.
    Thanks to Slaven Rezić (SREZIC) for testing this configuration and
    exposing the issue.

    Fix broken POD links and add test to ensure they stay fixed.

0.001		2018-10-03	T. R. Wyant
    Initial production release.