diff options
Diffstat (limited to 't/pod')
-rw-r--r-- | t/pod/pod2usage2.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pod/pod2usage2.t b/t/pod/pod2usage2.t index 5006a7c579..e5fa93e39d 100644 --- a/t/pod/pod2usage2.t +++ b/t/pod/pod2usage2.t @@ -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; |