UNIVERSAL->import deprecated
#626126
use
UNIVERSAL
qw( isa )
;
# deprecated - warns
if
( isa(
$thing
,
'ARRAY'
) ) {