File: 99_pod.t

package info (click to toggle)
libpod2-base-perl 0.043-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 85; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (4)
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 => "perl < 5.8 doesn't like utf-8 encoded PODs" if $] < 5.008;

all_pod_files_ok(all_pod_files("."));