summaryrefslogtreecommitdiff
path: root/cpan/JSON-PP/t/109_encode.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/JSON-PP/t/109_encode.t')
-rw-r--r--cpan/JSON-PP/t/109_encode.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/JSON-PP/t/109_encode.t b/cpan/JSON-PP/t/109_encode.t
index ce7f5104bc..95f7764ff2 100644
--- a/cpan/JSON-PP/t/109_encode.t
+++ b/cpan/JSON-PP/t/109_encode.t
@@ -2,6 +2,7 @@
# decode on Perl 5.005, 5.6, 5.8 or later
#
use strict;
+use warnings;
use Test::More;
BEGIN { plan tests => 7 };