update warnings for perl

This commit is contained in:
berkeviktor@aol.com 2010-08-14 01:12:01 +02:00
parent 2d4f9e3332
commit 6a8ab1feb3
1 changed files with 4 additions and 4 deletions

View File

@ -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-08-10 11:15:00 +0200
+++ xchat-wdk/plugins/perl/perl.c 2010-08-10 16:29:30 +0200
+++ xchat-wdk/plugins/perl/perl.c 2010-08-14 01:09:06 +0200
@@ -16,13 +16,14 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
@ -22,14 +22,14 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugi
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"
+ "You must have ActivePerl 5.12 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.");
+ "I have found Perl, but it's 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"
+ "You must have ActivePerl 5.12 installed in order to\n"
"run perl scripts.\n\n"
- "http://www.activestate.com/ActivePerl/\n\n"
+ "http://www.activestate.com/activeperl/downloads\n\n"