test that repeated calls to accessor doesn't re-trigger overloads on isa/coerce
[gitmo/Moo.git] / xt / withautoclean.t
1 use strict;
2 use warnings;
3 use FindBin qw/ $Bin /;
4 use lib "$Bin/lib";
5 use Test::More;
6
7 use_ok 'withautoclean::Class';
8
9 done_testing;
10