File: pod

package info (click to toggle)
debhelper 7.0.15
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,468 kB
  • ctags: 80
  • sloc: perl: 3,434; makefile: 232; sh: 7
file content (10 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

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

eval 'use Test::Pod';
plan skip_all => 'Test::Pod required' if $@;

all_pod_files_ok(grep { -x $_ } glob 'dh_*');