[interchange-docs] xmldocs - racke modified refs/Require

docs at icdevgroup.org docs at icdevgroup.org
Fri Jun 23 16:45:21 EDT 2006


User:      racke
Date:      2006-06-23 20:45:21 GMT
Modified:  refs     Require
Log:
reworded sentence about different locations
documented new module path feature

Revision  Changes    Path
1.6       +11 -2     xmldocs/refs/Require


rev 1.6, prev_rev 1.5
Index: Require
===================================================================
RCS file: /var/cvs/xmldocs/refs/Require,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Require	19 Nov 2005 22:37:41 -0000	1.5
+++ Require	23 Jun 2006 20:45:21 -0000	1.6
@@ -21,8 +21,8 @@
 catalog is <emphasis role='bold'>not</emphasis> configured and included
 in global configuration.
 </para><para>
-This is useful when transporting catalogs to different locations, to make
-sure they will have all the needed facilities available.
+This is useful to ensure that needed facilities are present, especially if 
+you run the catalog on different locations.
 </para><para>
 "Capabilities" you can check for are
 <literal>globalsub</literal>,
@@ -30,6 +30,10 @@
 <literal>taggroup</literal>,
 <literal>usertag</literal> and
 <literal>module</literal> .
+</para>
+<para>
+This directive can also used to explicitly load modules. If you append
+a directory name, this will added to the Perl module search path.
 __END__
 
 __NAME__ example: Requiring features
@@ -40,3 +44,8 @@
 </programlisting>
 __END__
 
+__NAME__ example: Loading module with expanded search path
+<programlisting>
+Require module Vend::Swish /usr/lib/swish-e/perl
+</programlisting>
+__END__
\ No newline at end of file








More information about the docs mailing list