File: pod_syntax.t

package info (click to toggle)
libclass-accessor-grouped-perl 0.10014-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 272 kB
  • sloc: perl: 648; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use Test::More;
BEGIN {
  eval 'use Test::Pod 1.00; 1'
    or plan skip_all => 'Test::Pod 1.00 not installed';
}

all_pod_files_ok();