File: 99-pod.t

package info (click to toggle)
libhtml-mason-perl 1%3A1.54-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,704 kB
  • ctags: 662
  • sloc: perl: 8,453; sh: 49; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

use File::Spec;
use Test::More;

eval "use Test::Pod 1.20";

plan skip_all => "Test::Pod 1.20 not installed." if $@;
all_pod_files_ok();