#! /usr/bin/perl use Config; # Check that the perl implementation file modules generate paths that # we expect for the platform use File::Spec::Functions qw(:DEFAULT rel2abs); if (rel2abs('.') !~ m|/|) { die <