diff options
Diffstat (limited to 'contrib/fuzzystrmatch/daitch_mokotoff_header.pl')
-rwxr-xr-x | contrib/fuzzystrmatch/daitch_mokotoff_header.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl index 51a40e77489..5ee0d1cc7c3 100755 --- a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl +++ b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl @@ -9,7 +9,7 @@ # use strict; -use warnings; +use warnings FATAL => 'all'; die "Usage: $0 OUTPUT_FILE\n" if @ARGV != 1; my $output_file = $ARGV[0]; |