Boundary
view release on metacpan or search on metacpan
eg/lib/Foo.pm view on Meta::CPAN
package Foo;
use strict;
use warnings;
use Boundary::Impl qw(IFoo);
sub hello { ... }
sub world { ... }
sub new { my $class = shift; bless {} => $class }
1;
( run in 0.769 second using v1.01-cache-2.11-cpan-49f99fa48dc )