Bug 23655: Restore debian Jessie support
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Sat, 26 Oct 2019 10:58:18 +0000 (11:58 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Sat, 26 Oct 2019 11:07:49 +0000 (12:07 +0100)
commit8387d6a2d242c4b60e858c5a42574ec7928f3ecf
treeed78ce19336a03f5bb70b180f006963341728080
parentd4af82d411613f4d12d5e3e31de399aa43355cb4
Bug 23655: Restore debian Jessie support

Bug 14570 inadveratntly introduced the use of selectall_array; A feature
that was introduced to DBI version 1.635 which is not available in
debian jessie at the time of writing.

This patch replaces the call with selectall_arrayref which is supported
and works with the rest of the existing code.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
about.pl