t/io/fs.t - skip all tests that fail on VOS
[p5sagit/p5-mst-13.2.git] / Configure
index e0d01b6..ec24cdb 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Sun Mar 24 22:43:10 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Sun Mar 24 23:35:42 EET 2002 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -19681,7 +19681,7 @@ EOM
         *)  case " $dflt " in
             *" Encode "*) # Add the subextensions of Encode
                 cd "$rsrc/ext"
-                for xxx in `ls Encode/*/*.xs|awk -F/ '{print $2}'`; do
+                for xxx in `ls Encode/*/Makefile.PL|awk -F/ '{print $2}'`; do
                         dflt="$dflt Encode/$xxx"
                 done
                 cd "$tdir"