Skip Module::Build ppm test -- not ready for prime time on VMS.
authorCraig A. Berry <craigberry@mac.com>
Sat, 17 Nov 2007 04:19:47 +0000 (04:19 +0000)
committerCraig A. Berry <craigberry@mac.com>
Sat, 17 Nov 2007 04:19:47 +0000 (04:19 +0000)
p4raw-id: //depot/perl@32357

lib/Module/Build/t/ppm.t

index afc11e1..eec8a92 100644 (file)
@@ -20,6 +20,8 @@ my $HTML_support = Module::Build::ConfigData->feature('HTML_support');
     plan skip_all => "Archive::Tar not installed to read archives.";
   } elsif ( ! eval {IO::Zlib->VERSION(1.01)} ) {
     plan skip_all => "IO::Zlib 1.01 required to read compressed archives.";
+  } elsif ( $^O eq 'VMS' ) {
+    plan skip_all => "Needs porting work on VMS";
   } else {
     plan tests => 12;
   }