This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
[perl5.git] / lib / FileHandle.t
index eaddf49..c994c8b 100755 (executable)
@@ -8,6 +8,10 @@ BEGIN {
        print "1..0\n";
        exit 0;
     }
+    if ($^O eq 'mpeix') {
+       print "1..0 # Skip: broken on MPE/iX\n";
+       exit 0;
+    }
 }
 
 use FileHandle;