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 @@
package App::Netdisco;
use strict;
use warnings FATAL => 'all';
use warnings;
use 5.010_000;
our $VERSION = '2.024004';