X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/snom-frontend/blobdiff_plain/1908ddffd773cf7533fc719170d13995d9ccc4dc..65d9cda15c4bdd3a5b55afe5592f21ebb7bd7d6f:/snom.pl 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;