diff options
Diffstat (limited to 'pod/modpods/Dynaloader.pod')
-rw-r--r-- | pod/modpods/Dynaloader.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/modpods/Dynaloader.pod b/pod/modpods/Dynaloader.pod index 9810dad205..344fb6944a 100644 --- a/pod/modpods/Dynaloader.pod +++ b/pod/modpods/Dynaloader.pod @@ -59,7 +59,7 @@ search for libraries etc. Directories are searched in order: $dl_library_path[0], [1], ... etc @dl_library_path is initialised to hold the list of 'normal' directories -(F</usr/lib>, etc) determined by B<Configure> (C<$Config{'libpth'}.). This should +(F</usr/lib>, etc) determined by B<Configure> (C<$Config{'libpth'}>). This should ensure portability across a wide range of platforms. @dl_library_path should also be initialised with any other directories @@ -172,7 +172,7 @@ order to deal with symbolic names for files (i.e., VMS's Logical Names). To support these systems a dl_expandspec() function can be implemented either in the F<dl_*.xs> file or code can be added to the autoloadable -dl_expandspec(0 function in F<DynaLoader.pm). See F<DynaLoader.pm> for more +dl_expandspec(0 function in F<DynaLoader.pm>). See F<DynaLoader.pm> for more information. =item dl_load_file() |