load extensions statically to avoid bad object wrapping interactions
[scpubgit/stemmatology.git] / analysis / t / text_tradition_hasstemma.t
index ecf253e..6f16b5e 100644 (file)
@@ -15,7 +15,6 @@ my $t = Text::Tradition->new(
     'input' => 'Tabular',
     'file'  => 't/data/simple.txt',
     );
-$t->enable_stemmata;
 is( $t->stemma_count, 0, "No stemmas added yet" );
 my $s;
 ok( $s = $t->add_stemma( dotfile => 't/data/simple.dot' ), "Added a simple stemma" );