summaryrefslogtreecommitdiff
path: root/cpan/JSON-PP/t/001_utf8.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/JSON-PP/t/001_utf8.t')
-rw-r--r--cpan/JSON-PP/t/001_utf8.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/JSON-PP/t/001_utf8.t b/cpan/JSON-PP/t/001_utf8.t
index 95dff597c0..e160f82416 100644
--- a/cpan/JSON-PP/t/001_utf8.t
+++ b/cpan/JSON-PP/t/001_utf8.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 => 9 };