Re: [Pytrainer-devel] Fix for Garmin FIT import with Perl 5.22

2015-11-12 Thread David García Granda
Hi Håkan, 2015-11-09 9:44 GMT+01:00 Håkan Jerning : > On 2015-10-15 10:59, Håkan Jerning wrote: >>On 2015-10-14 15:14, David García Granda wrote: >>>If I am not wrong the error you mentioned was solved in version 0.12 >>>(current one is 0.15), so I would like to ask if you could download >>>curren

Re: [Pytrainer-devel] Fix for Garmin FIT import with Perl 5.22

2015-11-09 Thread Håkan Jerning
On 2015-10-15 10:59, Håkan Jerning wrote: >On 2015-10-14 15:14, David García Granda wrote: >>If I am not wrong the error you mentioned was solved in version 0.12 >>(current one is 0.15), so I would like to ask if you could download >>current version [2] and test if everything works fine. After >>su

Re: [Pytrainer-devel] Fix for Garmin FIT import with Perl 5.22

2015-10-15 Thread Håkan Jerning
On 2015-10-14 15:14, David García Granda wrote: >Hi Håkan, I'm not a member of the mailing list, that might be why I didn't get this reply. But I checked the archive on SourceForge. >Thank you for pointing out this issue. > >I have just seen that change available on GitHub is from September >201

Re: [Pytrainer-devel] Fix for Garmin FIT import with Perl 5.22

2015-10-14 Thread David García Granda
Hi Håkan, Thank you for pointing out this issue. I have just seen that change available on GitHub is from September 2013 (link provided in your message) but the original current version [1] is from today (2015-10-14). If I am not wrong the error you mentioned was solved in version 0.12 (current

Re: [Pytrainer-devel] Fix for Garmin FIT import with Perl 5.22

2015-10-13 Thread Håkan Jerning
On 2015-09-29 10:38, Håkan Jerning wrote: >After an upgrade to Perl 5.22 the import of Garmin FIT files stops >working, the reason is that UNIVERSAL->import has been removed in >Perl. > >This change in plugins/garmin-fit/bin/Garmin/FIT.pm solves it: >https://github.com/jeffhigham/Garmin--FIT---A-

[Pytrainer-devel] Fix for Garmin FIT import with Perl 5.22

2015-09-29 Thread Håkan Jerning
After an upgrade to Perl 5.22 the import of Garmin FIT files stops working, the reason is that UNIVERSAL->import has been removed in Perl. This change in plugins/garmin-fit/bin/Garmin/FIT.pm solves it: https://github.com/jeffhigham/Garmin--FIT---A-Perl-class-to-decode-Garmin-.FIT-files/pull/1 --