web
|
Last change
on this file since f6f3e91 was
f6f3e91,
checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago
|
|
Preserve directory hierarchy (not sure what happened to it)
|
-
Property mode set to
100755
|
|
File size:
443 bytes
|
| Line | |
|---|
| 1 | #! /usr/bin/perl |
|---|
| 2 | # |
|---|
| 3 | # Test suite for the remctl POD documentation. This script is taken almost |
|---|
| 4 | # verbatim from the Test::Pod manual page. |
|---|
| 5 | |
|---|
| 6 | use strict; |
|---|
| 7 | use Test::More; |
|---|
| 8 | eval "use Test::Pod 1.00"; |
|---|
| 9 | plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; |
|---|
| 10 | my $srcdir = "$ENV{SOURCE}"; |
|---|
| 11 | $srcdir =~ s,[^/]+/*$,,; |
|---|
| 12 | chdir "$srcdir" or die "$0: cannot chdir to $srcdir: $!\n"; |
|---|
| 13 | my @poddirs = qw(docs); |
|---|
| 14 | all_pod_files_ok (all_pod_files (@poddirs)); |
|---|
Note: See
TracBrowser
for help on using the repository browser.