Subject: | pod coverage test fails (typo in function name?) |
If Test::Pod::Coverage is installed:
# Failed test 'Pod coverage on Pod::AsciiDoctor'
# at /opt/perl-5.18.4t/lib/site_perl/5.18.4/Test/Pod/Coverage.pm line 133.
# Coverage for Pod::AsciiDoctor is 88.9%, with 1 naked subroutine:
# initalize
# Looks like you failed 1 test of 1.
t/pod-coverage.t ..
Looks like there's a typo in a function name ("initalize" instead of "initialize").