source: web/old/remctl-2.14/perl/t/pod.t @ f6f3e91

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
5eval 'use Test::Pod 1.00';
6if ($@) {
7    print "1..1\n";
8    print "ok 1 # skip - Test::Pod 1.00 required for testing POD\n";
9    exit;
10}
11all_pod_files_ok ();
Note: See TracBrowser for help on using the repository browser.