Subject: | pod test fails (0.05) |
The pod test fails:
...
# Failed test 'POD test for blib/lib/JSON/Assert/Changes.pod'
# at /opt/perl-5.24.0t/lib/site_perl/5.24.0/Test/Pod.pm line 187.
# blib/lib/JSON/Assert/Changes.pod (12): =back doesn't take any parameters, but you said =back =head2 VERSION 0.04, 06 DECEMBER 2016
# Looks like you failed 1 test of 3.
t/pod.t .................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
...
Also there are warnings which don't cause any test failures, but maybe should be addressed:
...
Any::Moose is deprecated. Please use Moo instead at /home/cpansand/.cpan/build/2017062509/JSON-Assert-0.05-2/blib/lib/JSON/Assert.pm line 6.
Prototype mismatch: sub JSON::Assert::blessed ($) vs none at /home/cpansand/.cpan/build/2017062509/JSON-Assert-0.05-2/blib/lib/JSON/Assert.pm line 8.
# Tested JSON::Assert 0.05, Perl 5.024000, /opt/perl-5.24.0t/bin/perl, JSON 2.94
t/00-load.t ............. ok
...