summaryrefslogtreecommitdiff
path: root/t/20_unknown.t
diff options
context:
space:
mode:
Diffstat (limited to 't/20_unknown.t')
-rw-r--r--t/20_unknown.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/20_unknown.t b/t/20_unknown.t
index 921acae..434cc1a 100644
--- a/t/20_unknown.t
+++ b/t/20_unknown.t
@@ -1,11 +1,10 @@
use strict;
+use warnings;
use Test::More;
BEGIN { plan tests => 10 };
BEGIN { $ENV{PERL_JSON_BACKEND} ||= "JSON::backportPP"; }
-
-use strict;
use JSON;
my $json = JSON->new;