NAME

Mic::Interface

SYNOPSIS

package Example::Usage::SetInterface;

use Mic::Interface
    object => {
        add => {},
        has => {},
    },
    class => { new => {} }
;

1;

DESCRIPTION

Defines a reusable interface.

See "Interface Sharing" in Mic for an example.