File: pod.t

package info (click to toggle)
libhtml-tidy5-perl 1.06-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: perl: 1,853; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!perl -T

use warnings;
use strict;

use 5.010001;
use Test::More;

use Test::Pod 1.14;
all_pod_files_ok();