The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.008000;
use utf8;
use strict;
use warnings;

###########################################################################
###########################################################################

{ package Set::Relation; # role
    our $VERSION = '0.013004';
    $VERSION = eval $VERSION;
} # role Set::Relation

###########################################################################
###########################################################################

{ package Set::Relation::Mutable; # role
    our $VERSION = '0.013004';
    $VERSION = eval $VERSION;
    # with Set::Relation
} # role Set::Relation::Mutable

###########################################################################
###########################################################################

1;