21 May
2020
21 May
'20
12:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #14 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- buster has JSON=4.02 stretch has JSON=2.90 % more xxx.pl use Modern::Perl; use Mojo::JSON qw(decode_json encode_json); my $bytes = encode_json {foo => 9963405519357589504, bar => 10177559957753600000}; say $bytes; buster: % perl xxx.pl {"bar":10177559957753600000,"foo":9963405519357589504} stretch: % perl xxx.pl {"bar":10177559957753600000,"foo":9963405519357589504} I am missing something obvious... -- You are receiving this mail because: You are watching all bug changes.