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