projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
679f17e
)
some debugger-friendly params
tla [Wed, 14 Mar 2012 16:11:26 +0000 (17:11 +0100)]
stemmaweb/script/stemmaweb_test.pl
patch
|
blob
|
blame
|
history
diff --git
a/stemmaweb/script/stemmaweb_test.pl
b/stemmaweb/script/stemmaweb_test.pl
index
7274133
..
93f9c49
100755
(executable)
--- a/
stemmaweb/script/stemmaweb_test.pl
+++ b/
stemmaweb/script/stemmaweb_test.pl
@@
-1,4
+1,5
@@
#!/usr/bin/env perl
+eval { no warnings; $DB::deep = 1000; binmode $DB::OUT, ':utf8' };
use Catalyst::ScriptRunner;
Catalyst::ScriptRunner->run('stemmaweb', 'Test');