Skip to content

Instantly share code, notes, and snippets.

@jonasbn
Created July 31, 2014 14:28
Show Gist options
  • Save jonasbn/c7c5a3134d9e013f04d7 to your computer and use it in GitHub Desktop.
Save jonasbn/c7c5a3134d9e013f04d7 to your computer and use it in GitHub Desktop.
Pod::Coverage tests
#pod test courtesy of petdance
#http://use.perl.org/~petdance/journal/17412
use Test::More;
eval "use Test::Pod::Coverage 0.08";
plan skip_all => "Test::Pod::Coverage 0.08 required for testing POD coverage" if $@;
all_pod_coverage_ok();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment