File: 01compile.t

package info (click to toggle)
libpod-coverage-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 611; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/usr/bin/perl -w
use Test::More tests => 4;

use_ok('Pod::Coverage');
use_ok('Pod::Coverage::ExportOnly');
use_ok('Pod::Coverage::Overloader');
use_ok('Pod::Coverage::CountParents');