From 55dcc7f60e78d99417dc256e69c6566d36309771 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 12 Jul 2014 01:46:37 -0400 Subject: main(): Drop $SIG{'__WARN__'} setting --- diff --git a/bin/bdf2fbcon b/bin/bdf2fbcon index c5790ad..23bbb15 100755 --- a/bin/bdf2fbcon +++ b/bin/bdf2fbcon @@ -28,8 +28,6 @@ sub main my $input; my $output; - $SIG{'__WARN__'} = \&warning; - Getopt::Long::Configure("no_ignore_case", "bundling", "gnu_compat", "no_getopt_compat"); if (not GetOptions(\%opts, -- cgit v0.9.1