File: pods.t

package info (click to toggle)
libnet-openssh-parallel-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: perl: 947; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use strict;
use Test::More;

plan skip_all => "Only the author needs to check that POD docs are right"
    unless eval "no warnings; getlogin eq 'salva'";

eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;

all_pod_files_ok( all_pod_files( qw(blib) ) );