File: pod-coverage.t

package info (click to toggle)
libxml-hash-lx-perl 0.0603-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: perl: 2,603; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env perl -w

use strict;
use Test::More;
eval "use Test::Pod::Coverage 1.08; use Pod::Coverage 0.18; 1"
	or diag($@),
	plan skip_all => "Test::Pod::Coverage 1.08 and Pod::Coverage 0.18 required for testing POD coverage";

all_pod_coverage_ok();
exit 0;
require Test::Pod::Coverage; # hack for kwalitee
require Test::NoWarnings;
__END__
print "1..1\n";
print "ok 1 - No coverage yet\n";