File: pod_syn.t

package info (click to toggle)
libdevel-callparser-perl 0.002-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 296 kB
  • ctags: 9
  • sloc: perl: 73; makefile: 8; sh: 4
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;