File: pod.t

package info (click to toggle)
libanyevent-connector-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 182; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use 5.006;
use strict;
use warnings;
use Test::More;
 
use Test::Pod;
 
all_pod_files_ok();
done_testing;