This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip Pod::Parser's find.t on VMS for now.
authorCraig A. Berry <craigberry@mac.com>
Tue, 2 Mar 2010 04:01:48 +0000 (22:01 -0600)
committerCraig A. Berry <craigberry@mac.com>
Tue, 2 Mar 2010 04:01:48 +0000 (22:01 -0600)
Pending integration of https://rt.cpan.org/Ticket/Display.html?id=55121

cpan/Pod-Parser/t/pod/find.t

index f6272d8..c4e8976 100644 (file)
@@ -3,6 +3,13 @@
 
 $| = 1;
 
+BEGIN {
+  if ($^O eq 'VMS') {
+    print "1..0 # needs upstream patch from https://rt.cpan.org/Ticket/Display.html?id=55121";
+    exit 0;
+  }
+}
+
 use Test::More tests => 4;
 
 BEGIN {