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