1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-25 02:32:27 -05:00

Update Perl download links

This commit is contained in:
Berke Viktor 2013-03-19 01:29:28 +01:00
parent 265207a97a
commit c5404b8e25

View File

@ -1424,14 +1424,14 @@ perl_load_file (char *filename)
"You must have a Visual C++ build of Perl "
PERL_REQUIRED_VERSION " installed in order to\n"
"run Perl scripts.\n\n"
"https://github.com/hexchat/hexchat/downloads\n\n"
"http://hexchat.org/downloads.html\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 a Visual C++ build of Perl "
PERL_REQUIRED_VERSION " installed in order to\n"
"run Perl scripts.\n\n"
"https://github.com/hexchat/hexchat/downloads\n\n"
"http://hexchat.org/downloads.html\n\n"
"Make sure Perl's bin directory is in your PATH.");
}
}