###############################################################################
{
$| = 1;
chdir 't' if -d 't';
}
my $rc =
eval ('bignum->import( "l" => "foo" );');
ok ($@,'');
# shouldn't die $rc =
eval ('bignum->import( "lib" => "foo" );');
$rc =
eval ('bignum->import( "foo" => "bar" );');
# test that options are only lowercase (don't see a reason why allow UPPER)
{
$rc = eval ('bignum->import( "$_" => "bar" );'); }