Bug 25078: Fix encoding issue with db_revs output
authorJulian Maurice <julian.maurice@biblibre.com>
Thu, 8 Jul 2021 14:01:41 +0000 (16:01 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Aug 2021 09:55:56 +0000 (11:55 +0200)
commit25dda58f044fef361106a553490a4c357e268746
tree6af5af438fb9b2edfb2e13b502ff95071bb86e97
parent005f20507d7673b1cff9311b98b0de4bfbce2f4b
Bug 25078: Fix encoding issue with db_revs output

From `perldoc -f open`:

The scalars for in-memory files are treated as octet strings: unless the
file is being opened with truncation the scalar may not contain any code
points over 0xFF.

So $out need to be decoded first in order to be used in other Perl
strings

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Installer.pm