Skip to content

Instantly share code, notes, and snippets.

@jonasbn
Last active August 29, 2015 14:04
Show Gist options
  • Save jonasbn/a551b24639445ea7c8e8 to your computer and use it in GitHub Desktop.
Save jonasbn/a551b24639445ea7c8e8 to your computer and use it in GitHub Desktop.
Test::Pod test (pod syntax test)
use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => 'Test::Pod 1.14 required' if $@;
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
all_pod_files_ok();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment