use 5.008000; use utf8; use strict; use warnings; ########################################################################### ########################################################################### { package Set::Relation; # role our $VERSION = '0.013002'; $VERSION = eval $VERSION; } # role Set::Relation ########################################################################### ########################################################################### { package Set::Relation::Mutable; # role our $VERSION = '0.013002'; $VERSION = eval $VERSION; # with Set::Relation } # role Set::Relation::Mutable ########################################################################### ########################################################################### 1;