diff options
author | Nicolas R <atoomic@cpan.org> | 2020-07-08 15:57:58 -0600 |
---|---|---|
committer | Nicolas R <nicolas@atoomic.org> | 2020-07-17 15:33:30 -0600 |
commit | c74be7ad66177690ed467e1807a6366d576f6a18 (patch) | |
tree | 5328d5abb79c45b568f75ef1cc45bf71fef820f9 /cpan/JSON-PP/t/013_limit.t | |
parent | 4fe28b115c7ca0681131f395e6f3709ef14ca309 (diff) | |
download | perl-c74be7ad66177690ed467e1807a6366d576f6a18.tar.gz |
Update JSON-PP from 4.04 to 4.05
Diffstat (limited to 'cpan/JSON-PP/t/013_limit.t')
-rw-r--r-- | cpan/JSON-PP/t/013_limit.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/JSON-PP/t/013_limit.t b/cpan/JSON-PP/t/013_limit.t index 178a12618a..6aee693b42 100644 --- a/cpan/JSON-PP/t/013_limit.t +++ b/cpan/JSON-PP/t/013_limit.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 => 11 }; |