summaryrefslogtreecommitdiff
path: root/cpan/JSON-PP/t/107_allow_singlequote.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/JSON-PP/t/107_allow_singlequote.t')
-rw-r--r--cpan/JSON-PP/t/107_allow_singlequote.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpan/JSON-PP/t/107_allow_singlequote.t b/cpan/JSON-PP/t/107_allow_singlequote.t
index 217caba5a9..b3462f9775 100644
--- a/cpan/JSON-PP/t/107_allow_singlequote.t
+++ b/cpan/JSON-PP/t/107_allow_singlequote.t
@@ -1,6 +1,7 @@
use Test::More;
-use strict;
+use strict;
+use warnings;
BEGIN { plan tests => 4 };
BEGIN { $ENV{PERL_JSON_BACKEND} = 0; }
use JSON::PP;