This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a146a24
)
pod2usage2.t is not readily portable to VMS either
author
Craig A. Berry
<craigberry@mac.com>
Sun, 8 Jan 2006 13:33:43 +0000
(13:33 +0000)
committer
Craig A. Berry
<craigberry@mac.com>
Sun, 8 Jan 2006 13:33:43 +0000
(13:33 +0000)
p4raw-id: //depot/perl@26710
t/pod/pod2usage2.t
patch
|
blob
|
blame
|
history
diff --git
a/t/pod/pod2usage2.t
b/t/pod/pod2usage2.t
index
5006a7c
..
e5fa93e
100644
(file)
--- 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;