File: 91-pod-syntax.t

package info (click to toggle)
libxml-hash-xs-perl 0.64-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: ansic: 5,177; perl: 322; xml: 15; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# test sources for POD syntax

use strict;
use warnings;

use Test::More;

eval { use Test::Pod 1.22 };
plan skip_all => 'Test::Pod (>=1.22) is required' if $@;

all_pod_files_ok(qw/ lib t /);