From 0c32f539cfee3d6465ebec4551a3753ef5012e06 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Mon, 15 Dec 2014 21:20:13 -0600 Subject: [PATCH] Skip obsolete skip in io_xs.t. The VAXC compiler and its compatibility library VAXCRTL are long since obsolete. --- dist/IO/t/io_xs.t | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dist/IO/t/io_xs.t b/dist/IO/t/io_xs.t index 8c7b88c..ffd225b 100644 --- a/dist/IO/t/io_xs.t +++ b/dist/IO/t/io_xs.t @@ -9,10 +9,6 @@ BEGIN { exit 0; } } - if( $^O eq 'VMS' && $Config{'vms_cc_type'} ne 'decc' ) { - print "1..0 # Skip: not compatible with the VAXCRTL\n"; - exit 0; - } } use Test::More tests => 5; -- 1.8.3.1