logging test now checks to make sure arg_levels is correct
[scpubgit/Object-Remote.git] / xt / lib / TestClass.pm
CommitLineData
4829a0e1 1package TestClass;
2use Moo;
3
4sub result { 23 }
5
61;