Merge branch 'master' into wdk
This commit is contained in:
@ -1357,14 +1357,18 @@ perl_load_file (char *filename)
|
||||
FreeLibrary (lib);
|
||||
lib = NULL;
|
||||
thread_mbox ("Cannot open " PERL_DLL "\n\n"
|
||||
"You must have Strawberry Perl " PERL_REQUIRED_VERSION " installed in order to\n"
|
||||
"You must have either ActivePerl or Straberry Perl"
|
||||
PERL_REQUIRED_VERSION
|
||||
" installed in order to\n"
|
||||
"run perl scripts.\n\n"
|
||||
"I have found Perl 5.6, but that is too old.");
|
||||
} else {
|
||||
thread_mbox ("Cannot open " PERL_DLL "\n\n"
|
||||
"You must have Strawberry Perl " PERL_REQUIRED_VERSION " installed in order to\n"
|
||||
"You must have either ActivePerl or Strawberry Perl "
|
||||
PERL_REQUIRED_VERSION " installed in order to\n"
|
||||
"run perl scripts.\n\n"
|
||||
"http://strawberryperl.com\n\n"
|
||||
"http://www.activestate.com/ActivePerl/\n"
|
||||
"http://strawberryperl.com/\n"
|
||||
"Make sure perl's bin directory is in your PATH.");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user