summaryrefslogtreecommitdiffstats
path: root/runtime/doc/if_perl.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-18 21:42:34 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-18 21:42:34 +0200
commit69154f22a69cf421095771f16b12073a1a3bdb6d (patch)
tree9aaf51941f28f8098f39370e1b035ccf781463af /runtime/doc/if_perl.txt
parent607cc1e0154bab3f83f3185d68cdff525e529ceb (diff)
Fixes and improvements for MS-Windows build.
Diffstat (limited to 'runtime/doc/if_perl.txt')
-rw-r--r--runtime/doc/if_perl.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/runtime/doc/if_perl.txt b/runtime/doc/if_perl.txt
index 9f87e41ff1..6ff56d87a4 100644
--- a/runtime/doc/if_perl.txt
+++ b/runtime/doc/if_perl.txt
@@ -272,11 +272,16 @@ This means that Vim will search for the Perl DLL file only when needed. When
you don't use the Perl interface you don't need it, thus you can use Vim
without this DLL file.
-To use the Perl interface the Perl DLL must be in your search path. In a
-console window type "path" to see what directories are used.
+You can download Perl from http://www.perl.org. The one from ActiveState was
+used for building Vim.
+
+To use the Perl interface the Perl DLL must be in your search path.
+If Vim reports it cannot find the perl512.dll, make sure your $PATH includes
+the directory where it is localted. The Perl installer normally does that.
+In a console window type "path" to see what directories are used.
The name of the DLL must match the Perl version Vim was compiled with.
-Currently the name is "perl58.dll". That is for Perl 5.8. To know for
+Currently the name is "perl512.dll". That is for Perl 5.12. To know for
sure edit "gvim.exe" and search for "perl\d*.dll\c".
==============================================================================