File: 98-pod.t

package info (click to toggle)
libtest-html-w3c-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96 kB
  • sloc: perl: 136; makefile: 2
file content (12 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

# $Id: 97-pod.t 7575 2006-02-23 00:19:02Z vfelix $

use strict;
use Test::More;
use FindBin qw($Bin);
eval "use Test::Pod 1.20";
plan skip_all => "Test::Pod 1.20 required for testing POD $@" if $@;

my @poddirs = ( "$Bin/../lib" );
all_pod_files_ok( all_pod_files( @poddirs ) );