Author: timbo
Date: Thu Feb  9 07:22:18 2012
New Revision: 15136

Modified:
   dbi/trunk/Makefile.PL

Log:
Fix thread archname test eg 
http://www.cpantesters.org/cpan/report/ddd9ac12-5074-11e1-823e-1c11842dab9b

Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL       (original)
+++ dbi/trunk/Makefile.PL       Thu Feb  9 07:22:18 2012
@@ -59,7 +59,7 @@
 }
 else {
 
-    if ($Config{archname} =~ /thread/ && $::opt_thread) {
+    if ($Config{archname} =~ /\bthread/ && $::opt_thread) {
        # oh dear... tell it like it is:
        print "\n";
        print "DBI versions from 1.29 onwards no longer support the old 
style\n";

Reply via email to