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:
230 bytes
|
Line | |
---|
1 | #!/usr/bin/perl |
---|
2 | # |
---|
3 | # Test suite for the Net::Remctl POD documentation. |
---|
4 | |
---|
5 | eval 'use Test::Pod 1.00'; |
---|
6 | if ($@) { |
---|
7 | print "1..1\n"; |
---|
8 | print "ok 1 # skip - Test::Pod 1.00 required for testing POD\n"; |
---|
9 | exit; |
---|
10 | } |
---|
11 | all_pod_files_ok (); |
---|
Note: See
TracBrowser
for help on using the repository browser.