experimental move to non-blocking reads in ReadChannel; fix log bugs; annotate fixes...
[scpubgit/Object-Remote.git] / xt / lib / TestClass.pm
1 package TestClass;
2 use Moo;
3
4 sub result { 23 }
5
6 1;