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 1.323 second using v1.01-cache-2.11-cpan-39bf76dae61 )