File: 00-load.t

package info (click to toggle)
dh-make-perl 0.70-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 984 kB
  • ctags: 203
  • sloc: perl: 4,318; makefile: 88
file content (13 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl

use strict;

use Test::More;
use Test::Compile;

my @pms = all_pm_files;

plan tests => @pms + 1;

pm_file_ok($_) for @pms;
pl_file_ok('dh-make-perl');