File: 999_pod.t

package info (click to toggle)
libunicode-utf8-perl 0.62-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: perl: 2,365; sh: 6; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl
use strict;
use warnings;

use Test::More;

BEGIN {
    eval 'use Test::Pod 1.00;';
    plan skip_all => 'Test::Pod 1.00 required for this test' if $@;
}

all_pod_files_ok();