Subject: | Localize $XML::Simple::PREFERRED_PARSER |
Line https://metacpan.org/source/GHANDI/GPS-Track-0.01/lib/GPS/Track.pm#L75 should look like this:
local $XML::Simple::PREFERRED_PARSER = "XML::SAX::ExpatXS";
Otherwise the change of the variable is global and possibly effects other parts of the calling program.