Craig A. Berry [Tue, 2 Mar 2010 04:01:48 +0000 (22:01 -0600)]
Pending integration of https://rt.cpan.org/Ticket/Display.html?id=55121
$| = 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 {