File: pod.t

package info (click to toggle)
librelative-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 124 kB
  • ctags: 17
  • sloc: perl: 243; makefile: 38
file content (6 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!perl
use strict;
use Test::More;
plan skip_all => "Test::Pod 1.14 required for testing POD"
    unless eval "use Test::Pod 1.14; 1";
all_pod_files_ok();