HTML::Restrict 2.1.5 breaks with Moo 1.002000 (see RT#85088)
[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