projects
/
gitmo/Moo.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
fixup exporting to be sane and consistent
[gitmo/Moo.git]
/
xt
/
withautoclean.t
Commit
Line
Data
44a44498
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