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"