]> git.zerfleddert.de Git - snom-frontend/commitdiff
treat all warnings as errors
authorsithglan <sithglan>
Sun, 21 May 2006 22:11:53 +0000 (22:11 +0000)
committersithglan <sithglan>
Sun, 21 May 2006 22:11:53 +0000 (22:11 +0000)
snom.pl

diff --git a/snom.pl b/snom.pl
index fe2109d5f8ccfeb8b7d051ec1920829058830ab0..4592fe23ec51785adab480d2450a997682417918 100755 (executable)
--- a/snom.pl
+++ b/snom.pl
@@ -1,5 +1,5 @@
 #!/bin/sh
-#$Id: snom.pl,v 1.13 2006-05-21 22:10:45 michael Exp $
+#$Id: snom.pl,v 1.14 2006-05-21 22:11:53 sithglan Exp $
 
 PATH=/opt/csw/bin:/opt/local/bin:/usr/bin:/bin exec perl -w -x "$0" "$@"
 
@@ -9,6 +9,7 @@ use Glib qw/TRUE FALSE/;
 use Gtk2 '-init';
 use Gtk2::Gdk::Keysyms;
 use strict;
+use warnings FATAL => 'all';
 
 use LWP::UserAgent;
 my $ua = LWP::UserAgent->new;
Impressum, Datenschutz