Ref-Util
view release on metacpan or search on metacpan
use strict;
use warnings;
use Test::More tests => 1;
use Ref::Util 'is_arrayref';
sub arrayref { [] }
ok( is_arrayref( arrayref() ), 'Got arrayref from expression' );
( run in 1.043 second using v1.01-cache-2.11-cpan-39bf76dae61 )