win32/ext has been gone for a while. don't search it.
Jesse Vincent [Wed, 30 Sep 2009 16:27:25 +0000 (01:27 +0900)]
Thanks to Steve Hay

Porting/corelist.pl

index 2423280..b636051 100644 (file)
@@ -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},