xt for bridged remote objects
[scpubgit/Object-Remote.git] / xt / lib / TestClass.pm
CommitLineData
4829a0e1 1package TestClass;
2use Moo;
3
4sub result { 23 }
5
61;