option_p.t revision 7c478bd95313f5f23a4c958a745db2134aa03244
#!/usr/bin/perl -w
###############################################################################
use Test;
use strict;
BEGIN
{
$| = 1;
chdir 't' if -d 't';
unshift @INC, '../lib';
plan tests => 2;
}
use bignum p => '12';
ok (Math::BigInt->precision(),12);
ok (Math::BigFloat->precision(),12);