start at 0.3.1 instead of 0.3.0
[scpubgit/Object-Remote.git] / xt / lib / TestClass.pm
1 package TestClass;
2 use Moo;
3
4 sub result { 23 }
5
6 1;