summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt-FastCalc/t/bootstrap.t
blob: 153dc92b91df6fcc6099969fd79fde14b69d815f (plain)
1
2
3
4
5
6
7
# -*- mode: perl; -*-

use Test::More tests => 1;

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