D::GD 08 uses S'Ex::Progressive so we can uninline the fallback now
[gitmo/Moo.git] / xt / withautoclean.t
CommitLineData
44a44498 1use strict;
2use warnings;
3use FindBin qw/ $Bin /;
4use lib "$Bin/lib";
5use Test::More;
6
7use_ok 'withautoclean::Class';
8
9done_testing;
10