summaryrefslogtreecommitdiff
path: root/cpan/JSON-PP/t/001_utf8.t
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2020-07-08 15:57:58 -0600
committerNicolas R <nicolas@atoomic.org>2020-07-17 15:33:30 -0600
commitc74be7ad66177690ed467e1807a6366d576f6a18 (patch)
tree5328d5abb79c45b568f75ef1cc45bf71fef820f9 /cpan/JSON-PP/t/001_utf8.t
parent4fe28b115c7ca0681131f395e6f3709ef14ca309 (diff)
downloadperl-c74be7ad66177690ed467e1807a6366d576f6a18.tar.gz
Update JSON-PP from 4.04 to 4.05
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 };