File: pod.t

package info (click to toggle)
libnet-pcap-perl 0.21-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: perl: 2,155; pascal: 830; ansic: 5; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!perl -T
use strict;
use Test::More;

plan skip_all => "Test::Pod 1.14 required for testing POD" 
    unless eval "use Test::Pod 1.14; 1";

all_pod_files_ok();