The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use lib qw(t);
use Carp;
use Test::More;
use Test::Deep;
use autohashUtil;
use Hash::AutoHash::AVPairsSingle;

test_class_methods('Hash::AutoHash::AVPairsSingle','autohash_set');

done_testing();