File: pod_syn.t

package info (click to toggle)
libdata-alias-perl 1.28-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 368 kB
  • sloc: perl: 1,976; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (126)
1
2
3
4
5
6
7
8
use warnings;
use strict;

use Test::More;
plan skip_all => "Test::Pod not available" unless eval "use Test::Pod 1.00; 1";
Test::Pod::all_pod_files_ok();

1;