Created
July 31, 2014 14:28
-
-
Save jonasbn/c7c5a3134d9e013f04d7 to your computer and use it in GitHub Desktop.
Pod::Coverage tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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