Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-Test-Vars/example/
Upload File :
Current File : //usr/share/doc/perl-Test-Vars/example/math-bigint.t

#!/usr/bin/perl

use strict;
use warnings;

use Test::More;
use Test::Vars;

vars_ok 'Math::BigInt';

done_testing;