mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
update perl version
This commit is contained in:
parent
2be50f16f8
commit
c71cbdd78c
@ -1,6 +1,6 @@
|
||||
diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugins/perl/perl.c
|
||||
--- xchat-wdk.orig/plugins/perl/perl.c 2010-03-23 01:06:59 +0100
|
||||
+++ xchat-wdk/plugins/perl/perl.c 2010-05-02 13:04:17 +0200
|
||||
+++ xchat-wdk/plugins/perl/perl.c 2010-05-02 14:23:59 +0200
|
||||
@@ -16,13 +16,14 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
@ -17,6 +17,22 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugi
|
||||
#ifdef ENABLE_NLS
|
||||
#include <locale.h>
|
||||
#endif
|
||||
@@ -1340,12 +1341,12 @@
|
||||
FreeLibrary (lib);
|
||||
lib = NULL;
|
||||
thread_mbox ("Cannot open " PERL_DLL "\n\n"
|
||||
- "You must have ActivePerl 5.8 installed in order to\n"
|
||||
+ "You must have ActivePerl 5.10 installed in order to\n"
|
||||
"run perl scripts.\n\n"
|
||||
- "I have found Perl 5.6, but that is too old.");
|
||||
+ "I have found a Perl version, but that is too old.");
|
||||
} else {
|
||||
thread_mbox ("Cannot open " PERL_DLL "\n\n"
|
||||
- "You must have ActivePerl 5.8 installed in order to\n"
|
||||
+ "You must have ActivePerl 5.10 installed in order to\n"
|
||||
"run perl scripts.\n\n"
|
||||
"http://www.activestate.com/ActivePerl/\n\n"
|
||||
"Make sure perl's bin directory is in your PATH.");
|
||||
diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/python/python.c xchat-wdk/plugins/python/python.c
|
||||
--- xchat-wdk.orig/plugins/python/python.c 2010-03-17 09:07:51 +0100
|
||||
+++ xchat-wdk/plugins/python/python.c 2010-05-02 13:04:17 +0200
|
||||
|
Loading…
Reference in New Issue
Block a user