From 97c3b005a3852d1cc89822ef8a8f27aa13ef42df Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 9 Sep 2018 14:16:35 +0200 Subject: Use strictures instead of strict/warnings Signed-off-by: Florian Pritz --- lib/App/BorgRestore/PathTimeTable/DB.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/App/BorgRestore/PathTimeTable/DB.pm') diff --git a/lib/App/BorgRestore/PathTimeTable/DB.pm b/lib/App/BorgRestore/PathTimeTable/DB.pm index 5d07ebc..1a24999 100644 --- a/lib/App/BorgRestore/PathTimeTable/DB.pm +++ b/lib/App/BorgRestore/PathTimeTable/DB.pm @@ -1,6 +1,5 @@ package App::BorgRestore::PathTimeTable::DB; -use strict; -use warnings; +use strictures 2; use Function::Parameters; use Log::Any qw($log); -- cgit v1.2.3-24-g4f1b