File: pod.t

package info (click to toggle)
debhelper 13.31
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,484 kB
  • sloc: perl: 15,727; makefile: 131; sh: 9
file content (10 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;
use Test::More;

eval { require Test::Pod; Test::Pod->import; };
plan skip_all => 'Test::Pod required' if $@;

all_pod_files_ok('debhelper.pod', grep { -x $_ } 'dh', glob 'dh_*');