Subject: | $Wx::VERSION is locale dependent on 0.9923 |
With perl 5.16.3 and Wx 0.9923 on Ubuntu 14.04, the value of $Wx::VERSION is dependent on the locale setting for the decimal separator:
$ LC_NUMERIC=fr_FR.UTF-8 PLENV_VERSION=5.16.3 perl -MWx -E 'say $Wx::VERSION'
0,9923
$ LC_NUMERIC=C PLENV_VERSION=5.16.3 perl -MWx -E 'say $Wx::VERSION'
0.9923
I can't reproduce this in perl 5.20.1 with Wx 0.9927, but I don't see either anything mentionned related to this in the Changes file.
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
$ LC_NUMERIC=fr_FR.UTF-8 PLENV_VERSION=5.16.3 perl -MWx -E 'say $Wx::VERSION'
0,9923
$ LC_NUMERIC=C PLENV_VERSION=5.16.3 perl -MWx -E 'say $Wx::VERSION'
0.9923
I can't reproduce this in perl 5.20.1 with Wx 0.9927, but I don't see either anything mentionned related to this in the Changes file.
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/