#!./perl
BEGIN {
chdir 't' if -d 't';
}
# Some (safe?) bets.
# Check that old config variable names are aliased to their new ones.
PERL_CONFIG_SH => 'CONFIG'
);
}
# byteorder is virtual, but it has rules.
like($Config{byteorder}, qr/^(1234|4321|12345678|87654321)$/, "byteorder is 1234 or 4321 or 12345678 or 87654321 (it is $Config{byteorder})");
is(length $Config{byteorder}, $Config{ivsize}, "byteorder is as long as ivsize (which is $Config{ivsize})");
# ccflags_nolargefiles is virtual, too.
# Utility functions.
{
# make sure we can export what we say we can export.
}
}
# Read-only.
undef $@;
undef $@;
undef $@;
{
sub TIEHANDLE {
}
sub clear {
${ $_[0] } = '';
}
sub PRINT {
my $self = shift;
}
}
# Signal-related variables
# (this is actually a regression test for Configure.)