perlcritic: use strict, use warnings
This commit is contained in:
committed by
Graham Christensen
parent
d3feb8b9a5
commit
4677a7c894
@ -1,6 +1,7 @@
|
||||
package Setup;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Exporter;
|
||||
use Test::PostgreSQL;
|
||||
use File::Temp;
|
||||
|
Reference in New Issue
Block a user