# Failed test "Pod coverage on Macro" # at /usr/local/share/perl/5.10.0/Test/Pod/Coverage.pm line 126. # Macro: couldn't find pod # Looks like you failed 1 test of 1. #### #!perl -T use Test::More; eval "use Test::Pod::Coverage 1.04"; plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; all_pod_coverage_ok();