File: 00-load.t

package info (click to toggle)
dh-make-perl 0.116
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,212 kB
  • sloc: perl: 5,513; makefile: 34; sh: 17
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');