File: pod-syntax.t

package info (click to toggle)
libclass-accessor-class-perl 0.503-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 10
  • sloc: perl: 78; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (180)
1
2
3
4
5
6
7
#!perl
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();