File: 099pod.t

package info (click to toggle)
libcarp-always-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 39; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#perl -T 

use strict;
use Test::More;
eval "use Test::Pod 1.18";
plan skip_all => "Test::Pod 1.18 required for testing POD" if $@;
plan skip_all => "No Developer Tests for non-developers" unless $ENV{AUTHOR_TESTING};

all_pod_files_ok();