DEBSOURCES
Skip Quicknav
sources / perl / 5.24.1-3%2Bdeb9u7 / cpan / Math-BigInt-FastCalc / t / bootstrap.t
12345678
#!/usr/bin/perl -w use Test::More tests => 1; BEGIN { use_ok('Math::BigInt::FastCalc'); }