File: 01.pod.t

package info (click to toggle)
ps-watcher 1.08-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: sh: 2,907; perl: 1,281; makefile: 104
file content (9 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl -w -T                                          -*- Perl -*-
# $Id: 01.pod.t.in,v 1.1 2006/03/09 17:37:31 rockyb Exp $
my $top_builddir = $ENV{top_builddir} ? $ENV{top_builddir} : '..';

use Test::More;
use File::Spec::Functions;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok(catfile($top_builddir, "ps-watcher"));