summaryrefslogtreecommitdiff
path: root/perl/t/verifier/basic.t
diff options
context:
space:
mode:
Diffstat (limited to 'perl/t/verifier/basic.t')
-rwxr-xr-xperl/t/verifier/basic.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl/t/verifier/basic.t b/perl/t/verifier/basic.t
index 5697ae6..ce44d44 100755
--- a/perl/t/verifier/basic.t
+++ b/perl/t/verifier/basic.t
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#
# Tests for the basic wallet ACL verifiers.
#
@@ -8,6 +8,9 @@
#
# See LICENSE for licensing terms.
+use strict;
+use warnings;
+
use Test::More tests => 57;
use Wallet::ACL::Base;