summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bootstrap.t
blob: 6f94bebc88332a57451bbf7c4662b4c5e5314f7b (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/perl -w

use Test::More tests => 1;

BEGIN {
  use_ok('Math::BigInt::FastCalc');
}