X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fstemmaweb_test.pl;fp=script%2Fstemmaweb_test.pl;h=93f9c49a3e392e427f27edc0e39ff88643729080;hb=d16330e0e0241251a1661ad5ae5eb71f8700e429;hp=727413318450f04a2c963ffd6ac35c49d0dcf21a;hpb=8009dae97a912ff736bacbe4681f737b988a3612;p=scpubgit%2Fstemmaweb.git diff --git a/script/stemmaweb_test.pl b/script/stemmaweb_test.pl index 7274133..93f9c49 100755 --- a/script/stemmaweb_test.pl +++ b/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');