File: 01-test-pod.t

package info (click to toggle)
libio-pipely-perl 0.006-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 698; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# vim: ts=2 sw=2 filetype=perl expandtab

use Test::More;

unless ( $ENV{RELEASE_TESTING} ) {
  plan skip_all => 'RELEASE_TESTING environment variable is not true.';
}

eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();