The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Geo-Compass-Variation

1.01    2019-05-02
        - changed magic number year (2015) to use the WMM_RELEASE_YEAR constant.
          (closes #3)
        - fixes issue where if perl was compiled with -Duselongdouble, several
          tests would fail (Thanks for reporting, Slaven Rezić) (fixes #6)

1.00    2017-06-21
        - new _calc_year() function, uses localtime() to get the year and month
          number, normalizes the month number to an int between 1-10, returns
          the year.normalized_mon
        - updated DESC in POD to explain the WMM data release timeframes (closes
          #2)
        - re-worked the year checks for out-of-bounds WMM release/expire years
          (fixes #1)

0.01 UNREL
        First version, released on an unsuspecting world.