From: Craig A. Berry Date: Tue, 2 Mar 2010 04:01:48 +0000 (-0600) Subject: Skip Pod::Parser's find.t on VMS for now. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2799080fd93ebda4ae9209565acbc3b238743599;p=p5sagit%2Fp5-mst-13.2.git Skip Pod::Parser's find.t on VMS for now. Pending integration of https://rt.cpan.org/Ticket/Display.html?id=55121 --- diff --git a/cpan/Pod-Parser/t/pod/find.t b/cpan/Pod-Parser/t/pod/find.t index f6272d8..c4e8976 100644 --- a/cpan/Pod-Parser/t/pod/find.t +++ b/cpan/Pod-Parser/t/pod/find.t @@ -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 {