Skip to content

Commit

Permalink
move pod tests to xt.
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Aug 19, 2013
1 parent e7b01ce commit e850412
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -21,3 +21,6 @@ META.yml
MYMETA.yml
nytprof.out
pm_to_blib
META.yml
MYMETA.*
META.yml
4 changes: 4 additions & 0 deletions xt/pod-coverage.t
@@ -0,0 +1,4 @@
use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
all_pod_coverage_ok()
File renamed without changes.

0 comments on commit e850412

Please sign in to comment.