add Pod-Parser-1.08 (verbatim module =include tests elided owing
[p5sagit/p5-mst-13.2.git] / t / pod / include.xr
1     This file tries to demonstrate a simple =include directive for
2     pods. It is used as follows:
3
4        =include filename
5
6     where "filename" is expected to be an absolute pathname, or else
7     reside be relative to the directory in which the current
8     processed podfile resides, or be relative to the current
9     directory.
10
11     Lets try it out with the file "included.t" shall we.
12
13     ***THIS TEXT IS IMMEDIATELY BEFORE THE INCLUDE***
14
15 ###### begin =include included.t #####
16     This is the text of the included file named "included.t". It
17     should appear in the final pod document from pod2xxx
18
19 ###### end =include included.t #####
20     ***THIS TEXT IS IMMEDIATELY AFTER THE INCLUDE***
21
22     So how did we do???
23