In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0c32f539cfee3d6465ebec4551a3753ef5012e06?hp=b5c00acd75a9549f9a4c4a9bb62c48cbd1d899fb>
- Log ----------------------------------------------------------------- commit 0c32f539cfee3d6465ebec4551a3753ef5012e06 Author: Craig A. Berry <[email protected]> Date: Mon Dec 15 21:20:13 2014 -0600 Skip obsolete skip in io_xs.t. The VAXC compiler and its compatibility library VAXCRTL are long since obsolete. ----------------------------------------------------------------------- Summary of changes: 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; -- Perl5 Master Repository
