use Test::More tests => 1; use base qw( ArrayBox ); use strict; use warnings; my $ab = __PACKAGE__->new( 'A' .. 'Z' ); is_deeply( [ $ab->eq(1)->all ], [ qw( B ) ] );