File: Net-Akismet-coverage.t

package info (click to toggle)
libnet-akismet-perl 0.05-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 104 kB
  • sloc: perl: 77; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl Net-Akismet-coverage.t'

BEGIN {
	eval 'use Test::Pod::Coverage tests => 1';
	if ($@) {
		use Test;
		plan tests => 1;
		skip('Test::Pod::Coverage not found');
		exit(0);
	}
}


pod_coverage_ok('Net::Akismet');