File: pod.t

package info (click to toggle)
libaudio-wav-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 200 kB
  • ctags: 91
  • sloc: perl: 1,402; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!perl -Tw

use strict;
use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();