sipwise-base/t/MethodSignatures.pm

8 lines
124 B

package MethodSignatures;
use Sipwise::Base;
use t::Types 'Place';
method greet(Place $who) {
return "Hello, $who!";
}