projects
/
snom-frontend
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1908ddf
)
treat all warnings as errors
author
sithglan
<sithglan>
Sun, 21 May 2006 22:11:53 +0000
(22:11 +0000)
committer
sithglan
<sithglan>
Sun, 21 May 2006 22:11:53 +0000
(22:11 +0000)
snom.pl
patch
|
blob
|
blame
|
history
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
#!/bin/sh
-#$Id: snom.pl,v 1.1
3 2006-05-21 22:10:45 michael
Exp $
+#$Id: snom.pl,v 1.1
4 2006-05-21 22:11:53 sithglan
Exp $
PATH=/opt/csw/bin:/opt/local/bin:/usr/bin:/bin exec perl -w -x "$0" "$@"
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 Gtk2 '-init';
use Gtk2::Gdk::Keysyms;
use strict;
+use warnings FATAL => 'all';
use LWP::UserAgent;
my $ua = LWP::UserAgent->new;
use LWP::UserAgent;
my $ua = LWP::UserAgent->new;
Impressum
,
Datenschutz