From f4e4bb40c65810f62b4c5fc5fa48a7d4df712918 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sat, 17 Aug 2019 10:01:05 -0600 Subject: [PATCH] remove fatal warnings --- lib/App/HomeBank2Ledger.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/HomeBank2Ledger.pm b/lib/App/HomeBank2Ledger.pm index 367f425..cc7a3e9 100644 --- a/lib/App/HomeBank2Ledger.pm +++ b/lib/App/HomeBank2Ledger.pm @@ -11,7 +11,7 @@ This module is part of the L script. =cut -use warnings FATAL => 'all'; # temp fatal all +use warnings; use strict; use App::HomeBank2Ledger::Formatter; -- 2.43.0