Home | History | Annotate | Download | only in author
      1 use strict;
      2 use warnings;
      3 
      4 use Test::More;
      5 
      6 eval "use Test::Pod::Coverage";
      7 if ($@) {
      8     plan skip_all => "Test::Pod::Coverage required for testing POD coverage: $@";
      9 }
     10 all_pod_coverage_ok();
     11