File: pod.t

package info (click to toggle)
libstrictures-perl 2.000003-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 15
  • sloc: perl: 335; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use Test::More;
use Test::Pod;
use Test::Pod::Coverage;
use strict;
use warnings FATAL => 'all';

pod_file_ok($_)
  for all_pod_files;
pod_coverage_ok($_, { coverage_class => 'Pod::Coverage::CountParents' })
  for all_modules;

done_testing;