3 my $THISDIR = dirname $0;
4 unshift @INC, $THISDIR;
6 import TestPodIncPlainText;
9 my %options = map { $_ => 1 } @ARGV; ## convert cmdline to options-hash
10 my $passed = testpodplaintext \%options, $0;
11 exit( ($passed == 1) ? 0 : -1 ) unless $ENV{HARNESS_ACTIVE};
19 This file tries to demonstrate a simple =include directive
20 for pods. It is used as follows:
24 where "filename" is expected to be an absolute pathname, or else
25 reside be relative to the directory in which the current processed
26 podfile resides, or be relative to the current directory.
28 Lets try it out with the file "included.t" shall we.
30 ***THIS TEXT IS IMMEDIATELY BEFORE THE INCLUDE***
34 ***THIS TEXT IS IMMEDIATELY AFTER THE INCLUDE***