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;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.557 second using v1.00-cache-2.02-grep-82fe00e-cpan-cec75d87357c )