# Check the options
$options->{'scope'} = 'local' unless $options->{'scope'};
$options->{'scope'} = 'local' if $options->{'type'} eq 'collated';
+ $options->{'scope'} = 'local' if $options->{'type'} eq 'transposition';
my( $is_valid, $reason ) =
$self->relationship_valid( $source, $target, $options->{'type'} );
next;
}
}
+ map { $self->_drop_collations( $_ ) } @$v;
$self->_set_relationship( $relationship, @$v );
push( @pairs_set, $v );
}