allow passing dependents test option as param
[gitmo/Moo.git] / xt / lib / withautoclean / Class.pm
CommitLineData
44a44498 1package withautoclean::Class;
2use Moo;
3
4with 'withautoclean::R1';
5
6before _clear_ctx => sub {
7};
8
91;
10