File: pod.t

package info (click to toggle)
libtext-worddiff-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 562; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl -w

use strict;
use Test::More;
eval "use Test::Pod 1.41";
plan skip_all => "Test::Pod 1.41 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();