#! /usr/bin/perluseConfig;# Check that the perl implementation file modules generate paths that# we expect for the platformuseFile::Spec::Functionsqw(:DEFAULT rel2abs);if(!$ENV{CONFIGURE_INSIST}&&rel2abs('.')!~m|\\|){die<<EOF;******************************************************************************This perl implementation doesn't produce Windows like paths (with backwardslash directory separators). Please use an implementation that matches yourbuilding platform.This Perl version: $Config{version} for $Config{archname}******************************************************************************EOF}1;