fix bug that allowed forwarded logs to be output from the logger built via env vars
[scpubgit/Object-Remote.git] / xt / lib / TestClass.pm
1 package TestClass;
2 use Moo;
3
4 sub result { 23 }
5
6 1;