export router function in ::Logging; add time of log event to metadata and render...
[scpubgit/Object-Remote.git] / xt / lib / TestClass.pm
1 package TestClass;
2 use Moo;
3
4 sub result { 23 }
5
6 1;