From: Tara L Andrews Date: Sun, 1 Jan 2012 01:36:17 +0000 (+0100) Subject: get rid of DB halt X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a31e9d01348166b95b1a50f39c39ce33604d73d0;p=scpubgit%2Fstemmatology.git get rid of DB halt --- diff --git a/lib/Text/Tradition/Collation.pm b/lib/Text/Tradition/Collation.pm index f6a9644..f57b7e6 100644 --- a/lib/Text/Tradition/Collation.pm +++ b/lib/Text/Tradition/Collation.pm @@ -681,7 +681,6 @@ sub make_alignment_table { return; } my $table; - $DB::single = 1; my @all_pos = ( 1 .. $self->end->rank - 1 ); foreach my $wit ( $self->tradition->witnesses ) { # print STDERR "Making witness row(s) for " . $wit->sigil . "\n";