Function-Interface
view release on metacpan or search on metacpan
t/lib/FooObject.pm view on Meta::CPAN
package FooObject;
use Function::Interface::Impl qw(IFoo);
fun foo() :Return() { }
fun new($class) { bless {} => $class };
1;
( run in 0.494 second using v1.01-cache-2.11-cpan-13bb782fe5a )