source: vendor/perl/5.8.8/t/pod/emptycmd.t

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 401 bytes
Line 
1BEGIN {
2 use File::Basename;
3 my $THISDIR = dirname $0;
4 unshift @INC, $THISDIR;
5 require "testp2pt.pl";
6 import TestPodIncPlainText;
7}
8
9my %options = map { $_ => 1 } @ARGV; ## convert cmdline to options-hash
10my $passed = testpodplaintext \%options, $0;
11exit( ($passed == 1) ? 0 : -1 ) unless $ENV{HARNESS_ACTIVE};
12
13__END__
14
15=pod
16
17= this is a test
18of the emergency
19broadcast system
20
21=cut
Note: See TracBrowser for help on using the repository browser.