File: 98podsyn.t

package info (click to toggle)
libsgml-parser-opensp-perl 0.994-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: perl: 225; makefile: 10
file content (10 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
# 99pod.t -- Minimally check POD for problems.
#
# $Id: 98podsyn.t,v 1.1 2005/12/11 19:02:00 tbe Exp $

use strict;
use warnings;
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();