File: pod.t

package info (click to toggle)
libtext-worddiff-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 120 kB
  • ctags: 46
  • sloc: perl: 395; makefile: 41
file content (11 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!perl -w

# $Id: pod.t 3827 2008-05-06 17:20:35Z david $

use strict;
use Test::More;
eval "use Test::Pod 1.20";
plan skip_all => "Test::Pod 1.20 required for testing POD" if $@;
eval 'use Encode';
plan skip_all => 'Encode 1.20 required for testing POD because it has UTF-8 charactters' if $@;
all_pod_files_ok();