summaryrefslogtreecommitdiff
path: root/cpan/JSON-PP/t/016_tied.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/JSON-PP/t/016_tied.t')
-rw-r--r--cpan/JSON-PP/t/016_tied.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/JSON-PP/t/016_tied.t b/cpan/JSON-PP/t/016_tied.t
index 63d912e662..05613971f4 100644
--- a/cpan/JSON-PP/t/016_tied.t
+++ b/cpan/JSON-PP/t/016_tied.t
@@ -1,6 +1,7 @@
# copied over from JSON::XS and modified to use JSON::PP
use strict;
+use warnings;
use Test::More;
BEGIN { plan tests => 2 };