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