From: Charles McGarvey Date: Sat, 17 Aug 2019 16:01:05 +0000 (-0600) Subject: remove fatal warnings X-Git-Tag: v0.005~8 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank2ledger;a=commitdiff_plain;h=f4e4bb40c65810f62b4c5fc5fa48a7d4df712918;ds=sidebyside remove fatal warnings --- 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;