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::Web::Auth::Provider::DBIC;
use strict;
use warnings FATAL => 'all';
use warnings;
use base 'Dancer::Plugin::Auth::Extensible::Provider::Base';