]> git.donarmstrong.com Git - debhelper.git/blob - pod
8a9c0bf08c863f16dd54757931a927e4bf3032cf
[debhelper.git] / pod
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More;
6
7 eval 'use Test::Pod';
8 plan skip_all => 'Test::Pod required' if $@;
9
10 all_pod_files_ok(grep { -x $_ } glob 'dh_*');