http://www.perlmonks.org?node_id=496275


in reply to Re: Test::Pod::Coverage and all_pod_coverage_ok
in thread Test::Pod::Coverage and all_pod_coverage_ok

well, that does answer the question. thanks!

i'll just have to find a workaround for now, but that's not difficult. a quick regex like  $mod =~ s/\//::/g; before passing the name into  pod_coverage_ok() should do.