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