From: Jesse Vincent <jesse@bestpractical.com>
Date: Wed, 30 Sep 2009 16:27:25 +0000 (+0900)
Subject: win32/ext has been gone for a while. don't search it.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6dc4b81fd5464bb1978be6b32df331682dfcccbd;p=p5sagit%2Fp5-mst-13.2.git

win32/ext has been gone for a while. don't search it.

Thanks to Steve Hay
---

diff --git a/Porting/corelist.pl b/Porting/corelist.pl
index 2423280..b636051 100644
--- a/Porting/corelist.pl
+++ b/Porting/corelist.pl
@@ -85,7 +85,7 @@ find(
         $version =~ /\d/ and $version = "'$version'";
 
         # some heuristics to figure out the module name from the file name
-        $module =~ s{^(lib|dist|(win32/|vms/|symbian/)?ext)/}{}
+        $module =~ s{^(lib|dist|(vms/|symbian/)?ext)/}{}
             and $1 ne 'lib'
             and (
             $module =~ s{\b(\w+)/\1\b}{$1},