ExtUtils::MakeMaker 6.55_02
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / t / MM_BeOS.t
index 6587ced..bb9583d 100644 (file)
@@ -14,7 +14,7 @@ chdir 't';
 use Test::More;
 
 BEGIN {
-       if ($^O =~ /beos/i) {
+       if ($^O =~ /beos/i or $^O eq 'haiku') {
                plan tests => 4;
        } else {
                plan skip_all => 'This is not BeOS';