aboutsummaryrefslogtreecommitdiff
path: root/perl/t/general/init.t
diff options
context:
space:
mode:
Diffstat (limited to 'perl/t/general/init.t')
-rwxr-xr-xperl/t/general/init.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl/t/general/init.t b/perl/t/general/init.t
index b8ec3c9..58b9a4c 100755
--- a/perl/t/general/init.t
+++ b/perl/t/general/init.t
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#
# Tests for database initialization.
#
@@ -8,6 +8,9 @@
#
# See LICENSE for licensing terms.
+use strict;
+use warnings;
+
use Test::More tests => 18;
use Wallet::ACL;