From 65d9cda15c4bdd3a5b55afe5592f21ebb7bd7d6f Mon Sep 17 00:00:00 2001 From: sithglan Date: Sun, 21 May 2006 22:11:53 +0000 Subject: [PATCH] treat all warnings as errors --- snom.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snom.pl b/snom.pl index fe2109d..4592fe2 100755 --- 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; -- 2.39.2