perlcritic: use strict, use warnings

This commit is contained in:
Your Name
2021-09-06 22:13:33 -04:00
committed by Graham Christensen
parent d3feb8b9a5
commit 4677a7c894
92 changed files with 103 additions and 1 deletions
+2
View File
@@ -1,4 +1,6 @@
use Cwd;
use strict;
use warnings;
die "$0: dbi connection string required \n" if scalar @ARGV != 1;