develooper Front page | perl.perl6.internals | Postings from February 2008

[svn:parrot-pdd] r25899 - trunk/docs/pdds/draft

From:
kjs
Date:
February 20, 2008 04:10
Subject:
[svn:parrot-pdd] r25899 - trunk/docs/pdds/draft
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



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About