pod2usage2.t is not readily portable to VMS either
[p5sagit/p5-mst-13.2.git] / t / pod / pod2usage2.t
index 5006a7c..e5fa93e 100644 (file)
@@ -3,8 +3,8 @@
 use Test::More;
 
 BEGIN {
-  if ($^O eq 'MSWin32') {
-    plan skip_all => "Not portable on Win32\n";
+  if ($^O eq 'MSWin32' || $^O eq 'VMS') {
+    plan skip_all => "Not portable on Win32 or VMS\n";
   }
   else {
     plan tests => 15;