I just released Test::Pod::Coverage 0.08, so that you don't have to specify the module names for your distribution.
use Test::More; eval "use Test::Pod::Coverage 0.08"; plan skip_all => "Test::Pod::Coverage 0.08 required for testing POD co +verage" if $@; all_pod_coverage_ok();

xoxo,
Andy