}
my $tradition = Text::Tradition->new( %args );
if( $stemmafile ) {
- my $stemma = $tradition->add_stemma( $stemmafile );
+ my $stemma = $tradition->add_stemma( dotfile => $stemmafile );
print STDERR "Saved stemma at $stemmafile\n" if $stemma;
}
'linear' => 1,
);
if( $tradition && $sfile ) {
- $stemma = $tradition->add_stemma( $sfile );
+ $stemma = $tradition->add_stemma( dotfile => $sfile );
warn "Did not get stemma from $sfile\n" unless $stemma;
}