Author: kjs
Date: Wed Feb 20 03:10:40 2008
New Revision: 25899
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
[pdd19]
add a note about search order of the include directive.
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd19_pir.pod (original)
+++ trunk/docs/pdds/draft/pdd19_pir.pod Wed Feb 20 03:10:40 2008
@@ -778,6 +778,12 @@
file are inserted as if they were written at the point where the
C<.include> directive occurs.
+The include file is searched for in the current directory and in
+runtime/parrot/include, in that order. The first file of that name to
+be found is included.
+
+{{ Check the search order of the include directive and whether it's complete }}
+
=item * C<.macro> <identifier> [<parameters>]
The C<.macro> directive starts the definition of a macro named by the specified