File: pod.t

package info (click to toggle)
liblog-dispatch-message-passing-perl 0.009-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: perl: 1,406; makefile: 9; sh: 4
file content (8 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
use strict;
use warnings;
use Test::More;

use Test::Pod 1.14;

all_pod_files_ok();