File: pod.t

package info (click to toggle)
libwiki-toolkit-plugin-diff-perl 0.12-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 142; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
# -*- perl -*-

# t/pod.t - Generic Test::Pod testing module

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