The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Geo-FIT

1.08 [2023-04-09]
    New methods and deprecations:
        - field_list(), field_value(), field_value_as_read() added
        - value_cook() and value_uncook() marked as deprecated

    New defaults in constructor: semicircle_to_deg() and use_gmtime() now default to true.

1.07 [2023-04-01]
    Fixed the documentation regarding the return value of fetch()

1.06 [2023-03-30]
    Fixed options in fitdump.pl script

1.05 [2023-03-18]
    Updated to FIT 21.107 profile

1.04 [2022-12-06]
    Added --version option to ./fit2tcx.pl script

1.03 [2022-11-27]
    Updated to FIT 21.94 profile
        - changes based on fit-python-sdk Github repo

1.02 [2022-11-24]
    New locations2gpx.pl script to convert FIT locations to gpx waypoints

    Simplified command-line options in fit2tcx.pl
        - moved to Getopt::Long and removed support for a user configuration file
        - the configuration file is no longer necessary given the simplified options list
        - see 'man fit2tcx.pl'

1.01 [2022-11-19]
    Added module to CPAN