Your IP : 216.73.217.90


Current Path : /proc/self/root/proc/thread-self/root/usr/share/doc/perl-Test-Vars/example/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/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;