[interchange-cvs] interchange - racke modified Makefile.PL

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Mar 25 16:16:00 EST 2008


User:      racke
Date:      2008-03-25 21:16:00 GMT
Modified:  .        Makefile.PL
Log:
allow build with threaded perls > 5.8.8
update copyright year

Revision  Changes    Path
2.62                 interchange/Makefile.PL


rev 2.62, prev_rev 2.61
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.61
retrieving revision 2.62
diff -u -r2.61 -r2.62
--- Makefile.PL	30 Dec 2007 16:51:30 -0000	2.61
+++ Makefile.PL	25 Mar 2008 21:16:00 -0000	2.62
@@ -154,7 +154,7 @@
 
  Interchange V$VERSION
  
- Copyright (C) 2002-2007 Interchange Development Group.
+ Copyright (C) 2002-2008 Interchange Development Group.
  Copyright (C) 1996-2002 Red Hat, Inc.
  Interchange is free under the terms of the GNU General Public License.
 
@@ -352,7 +352,7 @@
 							|| $Config{useithreads}
 							|| $Config{use5005threads};
 
-	if($Global::TryingThreads and ! -f '_allow_threads') {
+	if($Global::TryingThreads and $] < 5.008_008 and ! -f '_allow_threads') {
 		print <<EOF;
 It is not recommended that you run Interchange with a thread-enabled perl,
 which you have called this installer with. Either rerun with 






More information about the interchange-cvs mailing list