FATAL warnings considered harmful

This commit is contained in:
Oliver Gorwits
2014-03-11 14:08:03 +00:00
parent f0b4cc3580
commit 58ffd7a53a
21 changed files with 23 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env perl
use strict;
use warnings FATAL => 'all';
use warnings;
our $home = ($ENV{NETDISCO_HOME} || $ENV{HOME});