File: t91pod.t

package info (click to toggle)
libimager-perl 0.50-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 3,120 kB
  • ctags: 2,907
  • sloc: ansic: 21,068; perl: 15,461; makefile: 56
file content (7 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!perl -w
use strict;
use lib 't';
use Test::More;
eval "use Test::Pod 1.00;";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();