summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-14 01:12:01 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-14 01:12:01 +0200
commit6a8ab1feb334d2973b6fa4d2864cfa2625dba9ae (patch)
tree3bf1f282c1dd5ac10e9fc69b6de74290e61139d7
parent2d4f9e3332ffe0c6268c544a73a9e6a4ccbf0f68 (diff)
update warnings for perl
-rw-r--r--xchat-wdk.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index 99b9a90a..4fb81a53 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -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"