File: 99_pod.t

package info (click to toggle)
libcache-memcached-libmemcached-perl 0.04001-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 340 kB
  • sloc: perl: 2,274; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
use strict;
use Test::More;

plan skip_all => "Enable TEST_POD environment variable to test POD"
    if not $ENV{TEST_POD} and not -d '.git';

plan skip_all => "Test::Pod required for testing pod coverage"
    if not eval "use Test::Pod; 1";

Test::Pod::all_pod_files_ok();