]> Dogcows Code - chaz/homebank2ledger/commitdiff
remove fatal warnings
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 17 Aug 2019 16:01:05 +0000 (10:01 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 17 Aug 2019 16:01:05 +0000 (10:01 -0600)
lib/App/HomeBank2Ledger.pm

index 367f42597343ab036d4a6baf2825d8eed7d27fd4..cc7a3e9ec9794bb7c8e1304200367f0a04e29a8a 100644 (file)
@@ -11,7 +11,7 @@ This module is part of the L<homebank2ledger> script.
 
 =cut
 
 
 =cut
 
-use warnings FATAL => 'all';    # temp fatal all
+use warnings;
 use strict;
 
 use App::HomeBank2Ledger::Formatter;
 use strict;
 
 use App::HomeBank2Ledger::Formatter;
This page took 0.026012 seconds and 4 git commands to generate.