diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2019-02-13 21:11:45 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2019-02-13 21:11:45 +0000 |
commit | 0cc2c999dde616622e1c1a39da60828645040e47 (patch) | |
tree | d67af193288a2d010b2eae5d526d615c6adbcaf5 /gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t | |
parent | 2e70a883f7ff179f56cb433b7b3473e5ca1eefe4 (diff) |
Import perl-5.28.1
looking good sthen@, Great! bluhm@
Diffstat (limited to 'gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t')
-rw-r--r-- | gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t b/gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t index 371e62a81fd..bcc9d8e7bd2 100644 --- a/gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t +++ b/gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t @@ -1,7 +1,7 @@ use Test::More; -# copied over from JSON::PP::PC and modified to use JSON::PP -# copied over from JSON::PP::XS and modified to use JSON::PP +# copied over from JSON::PC and modified to use JSON::PP +# copied over from JSON::XS and modified to use JSON::PP use strict; BEGIN { plan tests => 20 }; |