projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cff504f
)
get rid of DB halt
Tara L Andrews [Sun, 1 Jan 2012 01:36:17 +0000 (
02:36
+0100)]
lib/Text/Tradition/Collation.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/Tradition/Collation.pm
b/lib/Text/Tradition/Collation.pm
index
f6a9644
..
f57b7e6
100644
(file)
--- 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";