File: pod.t

package info (click to toggle)
libdbi-perl 1.642-1%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,564 kB
  • sloc: perl: 18,089; ansic: 606; makefile: 29; cpp: 4
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!perl -w

use Test::More;
eval "use Test::Pod 1.41";
plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
all_pod_files_ok();

1;