[svn:dbi] r15136 - dbi/trunk
[email protected] Thu, 9 Feb 2012 07:22:20 -0800 (PST)
| Newsgroups | perl.dbi.changes |
|---|---|
| Message-ID | <[email protected]> |
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";